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