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

Scatter plot from arrays of integer y and category x values.

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

See also ...

SharpPlot Members | DrawScatterPlot Method