Levels Property

3D Graph Control

Levels Property

Syntax

CWContours.Levels

Data Type

Long

Purpose

Specifies the number of contour levels for the plot.

Example

'Create five contour levels
CWGraph3D1.Plots.Item(1).Contours.Levels = 5
'Set a contour level at value 6
CWGraph3D1.Plots.Item(1).Contours.LevelList = 6

See Also

LevelList

Interval

Anchor