MsoTickLabelPosition Enumeration
Indicates the position of tick-mark labels on the specified axis.
| Name | Value | Description |
|---|---|---|
| msoTickLabelPositionHigh | -4127 | Specifies the tick mark label on the top or right side of the chart. |
| msoTickLabelPositionLow | -4134 | Specifies the tick mark label at the bottom or left side of the chart. |
| msoTickLabelPositionNextToAxis | 4 | Specifies the tick mark label next to the axis (where axis is not at either side of the chart). |
| msoTickLabelPositionNone | -4142 | Specifies no tick marks. |