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