SharpPlot.DrawCloudChart Method (Int32[],Int32[],Double[][])

3D scatter from integer X,Y and multiple Z values.

public void DrawCloudChart(
    int[] xValues,
    int[] yValues,
    double[][] zValues
);

See also ...

SharpPlot Members | DrawCloudChart Method