Applies To
Axis Object.
Description
Describes the position of tick labels on the specified axis (one of xlNone, xlLow, xlHigh, or xlNextToAxis). Read-write.
See Also
MajorTickMark Property, MinorTickMark Property, TickLabels Property, TickLabelSpacing Property, TickMarkSpacing Property.
Example
This example sets tick labels on the category axis in Chart1 to the high position (above the chart).
Charts("Chart1").Axes(xlCategory).TickLabelPosition = xlHigh