Axis.TickLabelPosition property (Excel)

Describes the position of tick-mark labels on the specified axis. Read/write XlTickLabelPosition.

Syntax

expression.TickLabelPosition

expression A variable that represents an Axis object.

Remarks

XlTickLabelPosition can be one of the XlTickLabelPosition constants.

Example

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

Charts("Chart1").Axes(xlCategory) _ 
 .TickLabelPosition = xlTickLabelPositionHigh

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.