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