Anchor Property
Syntax
CWContours.Anchor
Data Type
Purpose
Specifies the value of the contour anchor.
Remarks
If you want to see data at a known level, use the Anchor property to define a value that a contour is guaranteed to pass through.
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