SharpPlot Reference > SharpPlot Methods > DrawScatterPlot Method > (Double[],String[]) SharpPlot.DrawScatterPlot Method (Double[],String[])
Scatter plot from arrays of y and category x values.
public void DrawScatterPlot(
double[] yValues,
string[] xCategories
);
-
yValues
- Data series to be plotted against the X-values.
-
xCategories
- [todo]
See also ...SharpPlot Members | SharpPlot.DrawScatterPlot Method
Send comments on this topic © Dyalog Ltd 2021
|