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