XlTickLabelOrientation enumeration
Office 2013 and later
You should access and use this enumeration from the Excel primary interop assembly (PIA).
Specifies the text orientation for tick-mark labels.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlTickLabelOrientationAutomatic | You should access and use this enumeration from the Excel primary interop assembly (PIA). Text orientation set by Excel. | |
| xlTickLabelOrientationDownward | You should access and use this enumeration from the Excel primary interop assembly (PIA). Text runs down. | |
| xlTickLabelOrientationHorizontal | You should access and use this enumeration from the Excel primary interop assembly (PIA). Characters run horizontally. | |
| xlTickLabelOrientationUpward | You should access and use this enumeration from the Excel primary interop assembly (PIA). Text runs up. | |
| xlTickLabelOrientationVertical | You should access and use this enumeration from the Excel primary interop assembly (PIA). Characters run vertically. |
Show: