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

Scatter plot from arrays of y and integer x values.

public void DrawScatterPlot(
    double[] yValues,
    int[] xValues
);

See also ...

SharpPlot Members | DrawScatterPlot Method