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 | DrawCloudChart Method