AnchorEnabled Property

3D Graph Control

AnchorEnabled Property

Syntax

CWContours.AnchorEnabled

Data Type

Boolean

Purpose

Enables the contour anchor if set to True.

Example

'Set the plot style to a surface with contour lines.
CWGraph3D1.Plots.Item(1).Style = cwSurfaceContour
'Set the contour anchor value to 5
CWGraph3D1.Plots.Item(1).Contours.Anchor = 5
'Enable contour anchor
CWGraph3D1.Plots.Item(1).Contours.AnchorEnabled = True

See Also

Anchor