expression.Color
expression Required. An expression that returns an object in the Applies To List.
Example
This example sets the color of the tick-mark labels on the value axis.
myChart.Axes(xlValue).TickLabels.Font.Color = RGB(0, 255, 0)
expression.Color
expression Required. An expression that returns an object in the Applies To List.
This example sets the color of the tick-mark labels on the value axis.
myChart.Axes(xlValue).TickLabels.Font.Color = RGB(0, 255, 0)