SharpPlot Reference > SharpPlot Methods > DrawCloudChart Method > (Int32[],String[],Double[]) SharpPlot.DrawCloudChart Method (Int32[],String[],Double[])
3D scatter from int X, category Y, double Z values.
public void DrawCloudChart(
int[] xValues,
string[] yCategories,
double[] zValues
);
See also ...SharpPlot Members | SharpPlot.DrawCloudChart Method
Send comments on this topic © Dyalog Ltd 2021
|