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

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

Scatter plot from arrays of y and integer x values.

public void DrawScatterPlot(
    double[] 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