LabelVisible Property
Syntax
CWContour.LabelVisible
Data Type
Purpose
Specifies if the contour line has a visible label.
Remarks
When the LabelVisible property is set to True, the label is visible.
Example
'Set a visible label on the contour line.
CWGraph3D1.Plots.Item(1).Contours.Item(1).LabelVisible = True