LabelFont Property

3D Graph Control

LabelFont Property

Syntax

CWContour.LabelFont

Data Type

Font

Purpose

Specifies the contour label font.

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