XlTickLabelOrientation Enumeration

Specifies the text orientation for tick-mark labels.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("3A6700B4-6BC6-4848-AAA4-D360573F448C")> _
Public Enumeration XlTickLabelOrientation
'Usage
Dim instance As XlTickLabelOrientation
[GuidAttribute("3A6700B4-6BC6-4848-AAA4-D360573F448C")]
public enum XlTickLabelOrientation

Members

Member name Description
xlTickLabelOrientationAutomatic Text orientation set by Excel.
xlTickLabelOrientationDownward Text runs down.
xlTickLabelOrientationHorizontal Characters run horizontally.
xlTickLabelOrientationUpward Text runs up.
xlTickLabelOrientationVertical Characters run vertically.

See Also

Reference

Microsoft.Office.Core Namespace