Interval Property

3D Graph Control

Interval Property

Syntax

CWContours.Interval

Data Type

Double

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

See Also

CWContour.Level

Levels

Anchor