LevelList Property
Syntax
CWContours.LevelList
Data Type
Purpose
Adds a contour level at a specified value on the plot.
Remarks
A vector specifies each contour level in the plot. Each element of the vector contains the position of a contour level. You can create a contour level by specifying a value for the LevelList property.
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