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

Scatter plot from multiple integer y and numeric x values.

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

See also ...

SharpPlot Members | DrawScatterPlot Method