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

3D scatter from category X, int Y, double Z values.

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

See also ...

SharpPlot Members | DrawCloudChart Method