SharpPlot Reference > SharpPlot Methods > DrawScatterPlot Method > (Int32[][],Int32[])

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

Scatter plot from multiple integer y and x values.

public void DrawScatterPlot(
    int[][] yValues,
    int[] xValues
);
yValues
Data series to be plotted against the X-values.
xValues
Numeric vector of X-values that is used for all the above Y-values.

See also ...

SharpPlot Members | SharpPlot.DrawScatterPlot Method


Send comments on this topic
© Dyalog Ltd 2021