Color Property
Syntax
CWLabels3D.Color
Data Type
Purpose
Specifies the color of the axis labels.
Example
'Make the x-axis labels red
CWGraph3D1.Axes.Item(1).Labels.Color = vbRed
CWLabels3D.Color
Specifies the color of the axis labels.
'Make the x-axis labels red
CWGraph3D1.Axes.Item(1).Labels.Color = vbRed