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

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

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

See also ...

SharpPlot Members | DrawScatterPlot Method