TickLabelPosition Property

Applies To

Axis object.

Description

Describes the position of tick-mark labels on the specified axis. Can be one of the following XlTickLabelPosition constants: xlTickLabelPositionNone, xlTickLabelPositionLow, xlTickLabelPositionHigh, or xlTickLabelPositionNextToAxis. Read/write Long.

See Also

MajorTickMark property, MinorTickMark property, TickLabels property, TickLabelSpacing property, TickMarkSpacing property.

Example

This example sets tick-mark labels on the category axis to the high position (above the chart).

myChart.Axes(xlCategory) _
    .TickLabelPosition = xlTickLabelPositionHigh