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