3D scatter from 3 arrays of integer X,Y,Z values.
public void DrawCloudChart( int[] xValues, int[] yValues, int[] zValues );
SharpPlot Members | DrawCloudChart Method