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)

No code example is currently available or this language may not be supported.

Member nameDescription
xlTickLabelOrientationAutomaticYou should access and use this enumeration from the Excel primary interop assembly (PIA). Text orientation set by Excel.
xlTickLabelOrientationDownwardYou should access and use this enumeration from the Excel primary interop assembly (PIA). Text runs down.
xlTickLabelOrientationHorizontalYou should access and use this enumeration from the Excel primary interop assembly (PIA). Characters run horizontally.
xlTickLabelOrientationUpwardYou should access and use this enumeration from the Excel primary interop assembly (PIA). Text runs up.
xlTickLabelOrientationVerticalYou should access and use this enumeration from the Excel primary interop assembly (PIA). Characters run vertically.
Show: