LabelFont Property
Syntax
CWContour.LabelFont
Data Type
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