Interval Property
Syntax
CWContours.Interval
Data Type
Purpose
Specifies the distance between each contour level.
Remarks
When the Interval property is set, the number of levels adjusts to accommodate the new interval. For example, if you want to set the Interval property to 2.5 and anchor a contour line value at 5, the number of contour levels adjust to maintain equal spacing between the levels.
Example
'Set the interval to 2.5
CWGraph3D1.Plots.Item(1).Contours.Interval = 2.5
'Set the contour anchor at 5
CWGraph3D1.Plots.Item(1).Contours.Anchor = 5
'Enable the anchor
CWGraph3D1.Plots.Item(1).Contours.AnchorEnabled = True