CaptionColor Property
Syntax
CWAxis3D.CaptionColor
Data Type
Purpose
Specifies the color of the axis caption.
Example
'Sets the caption for the first axis
CWGraph3D1.Axes.Item(1).Caption = "Temperature"
CWGraph3D1.Axes.Item(1).CaptionColor = vbBlue
CWGraph3D1.Axes.Item(1).CaptionFont = "Arial"
CWGraph3D1.Axes.Item(1).CaptionNormal = True