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

Scatter plot from integer arrays of y and x values.

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

See also ...

SharpPlot Members | DrawScatterPlot Method