Visible Property

3D Graph Control

Visible Property

Syntax

CWPlot3D.Visible

Data Type

Boolean

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

See Also

Enabled