XlTickLabelOrientation Enumeration

Specifies the text orientation for tick-mark labels.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("DC28ED70-ABB0-41A1-B45E-73D98203B3B5")> _
Public Enumeration XlTickLabelOrientation
'Usage
Dim instance As XlTickLabelOrientation
[GuidAttribute("DC28ED70-ABB0-41A1-B45E-73D98203B3B5")]
public enum XlTickLabelOrientation

Members

Member name Description
xlTickLabelOrientationAutomatic The text orientation is set by Microsoft PowerPoint.
xlTickLabelOrientationDownward The text runs downward.
xlTickLabelOrientationHorizontal The characters run horizontally.
xlTickLabelOrientationUpward The text runs upward.
xlTickLabelOrientationVertical The characters run vertically.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace