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