Enabled Property

3D Graph Control

Enabled Property

Syntax

CWPlot3D.Enabled

Data Type

Boolean

Purpose

Specifies if the plot generates mouse events when CWGraph3D.TrackMode is set to cwGTrackAllEvents and the plot is visible.

Example

'Set TrackMode to cwG3DTrackAllEvents
CWGraph3D1.TrackMode = cwG3DTrackAllEvents
'Set plot to visible
CWGraph3D1.Plots.Item(1).Visible = True
'Enable mouse events
CWGraph3D1.Plots.Item(1).Enabled = True

See Also

CWGraph3D.TrackMode