Axis.TickLabelPosition Property
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 these XlTickLabelPosition constants. |
| xlTickLabelPositionLow |
| xlTickLabelPositionNone |
| xlTickLabelPositionHigh |
| xlTickLabelPositionNextToAxis |
You cannot use the xlTickLabelPositionHigh constant on 3-D charts.
Example
This example sets tick-mark labels on the category axis in Chart1 to the high position (above the chart).
| Visual Basic for Applications |
|---|
|