SharpPlot Reference > SharpPlot Methods > DrawScatterPlot Method > (Int32[],Double[]) SharpPlot.DrawScatterPlot Method (Int32[],Double[])
Scatter plot from arrays of integer y and numeric x values.
public void DrawScatterPlot(
int[] yValues,
double[] 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
|