Visible Property
Syntax
CWPlot3D.Visible
Data Type
Purpose
Specifies if the plot is visible or hidden.
Remarks
Set this property to False to hide a plot without discarding its data. An invisible plot does not generate mouse events.
Example
'Hide the plot
CWGraph3D1.Plots.Item(1).Visible = False