XlTickLabelPosition Enumeration
Specifies the position of tick-mark labels on the specified axis.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("FBB0D012-58F0-4251-ABA7-0C0A5E416514")> _
Public Enumeration XlTickLabelPosition
'Usage
Dim instance As XlTickLabelPosition
[GuidAttribute("FBB0D012-58F0-4251-ABA7-0C0A5E416514")]
public enum XlTickLabelPosition
Members
Member name | Description | |
---|---|---|
xlTickLabelPositionHigh | The top or right side of the chart. | |
xlTickLabelPositionLow | The bottom or left side of the chart. | |
xlTickLabelPositionNextToAxis | Next to the axis (where the axis is not at either side of the chart). | |
xlTickLabelPositionNone | No tick marks. |