Color Property Example
This example sets the color of the tick-mark labels on the value axis in Chart1.
Charts("Chart1").Axes(xlValue).TickLabels.Font.Color = _ RGB(0, 255, 0)