SetLabelVisible Method

From 3D Graph Control

SetLabelVisible Method

Syntax

CWContours.SetLabelVisible LabelVisible

Purpose

Sets the label visibility for all contours in the collection.

Remarks

Contour labels are available only if the plot style is set to Contour in the property pages or set programmatically to cwContourLine on the Style property of the Plots object.

Parameters

LabelVisible As Boolean

The new label visibility.

Example

'Hide contour labels
CWGraph3D1.Plots(1).Contours.SetLabelVisible False

See Also

CWContour.LabelVisible