SharpPlot.DrawScatterPlot Method (Double[],String[])

Scatter plot from arrays of y and category x values.

public void DrawScatterPlot(
    double[] yValues,
    string[] xCategories
);

See also ...

SharpPlot Members | DrawScatterPlot Method