Applies To
Axis Object.
Description
Accessor. Returns a TickLabels object that represents the tick labels for the specified axis. Read-only.
See Also
MajorTickMark Property, MinorTickMark Property, TickLabelPosition Property, TickLabelSpacing Property, TickMarkSpacing Property.
Example
This example sets the color of the tick label font for the value axis in Chart1.
Charts("Chart1").Axes(xlValue).TickLabels.Font.ColorIndex = 3