XlTickLabelPosition Enumeration
Specifies the position of tick-mark labels on the specified axis.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("964562FD-22B1-4E15-9931-C555434E6538")> _
Public Enumeration XlTickLabelPosition
'Usage
Dim instance As XlTickLabelPosition
[GuidAttribute("964562FD-22B1-4E15-9931-C555434E6538")]
public enum XlTickLabelPosition
Members
Member name | Description | |
---|---|---|
xlTickLabelPositionHigh | Top or right side of the chart. | |
xlTickLabelPositionLow | Bottom or left side of the chart. | |
xlTickLabelPositionNextToAxis | Next to axis (where axis is not at either side of the chart). | |
xlTickLabelPositionNone | No tick marks. |