LabelColor Property

3D Graph Control

LabelColor Property

Syntax

CWContour.LabelColor

Data Type

Color

Purpose

Specifies the color of the contour label.

Example

'Set the contour label color to blue
CWGraph3D1.Plots.Item(1).Contours.Item(1).LabelColor = vbBlue
'Set the contour label font to bold
CWGraph3D1.Plots.Item(1).LabelFont.Bold = True

See Also

LabelFormat