LabelVisible Property

3D Graph Control

LabelVisible Property

Syntax

CWContour.LabelVisible

Data Type

Boolean

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

See Also

LabelFormat