Levels Property
Syntax
CWContours.Levels
Data Type
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