MsoTickLabelOrientation Enumeration
Indicates the text orientation for tick-mark labels.
| Name | Value | Description |
|---|---|---|
| msoTickLabelOrientationAutomatic | -4105 | Specifies that the tick mark label text orientation is set by Office application. |
| msoTickLabelOrientationDownward | -4170 | Specifies that the tick mark label text orientation runs downward. |
| msoTickLabelOrientationHorizontal | -4128 | Specifies that the tick mark label text orientation runs horizontally. |
| msoTickLabelOrientationUpward | -4171 | Specifies that the tick mark label text orientation runs upward. |
| msoTickLabelOrientationVertical | -4166 | Specifies that the tick mark label text orientation runs vertically. |