MultiPlot Property

3D Graph Control

MultiPlot Property

Syntax

CWPlot3D.MultiPlot

Data Type

Boolean

Purpose

Determines if the CWGraph3D plot methods can use this plot.

Remarks

The CWGraph3D Plot methods will plot data to the first plot in the array when MultiPlot is set to True. If none of the plots have MultiPlot set to True, then the graph adds a new plot.

Set this property to False to create a plot that the CWGraph3D plot methods cannot use.

Example

'Add a new plot if a plot is not available
CWGraph3D1.Plots.Add.MultiPlot =False
'The next event causes the graph to add a plot or use another plot
CWGraph3D1.Plot3DSurface x y z

See Also

CWGraph3D.Plot3DCurve