XlTickLabelPosition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the position of tick-mark labels on the specified axis.
public enum class XlTickLabelPosition
[System.Runtime.InteropServices.Guid("964562FD-22B1-4E15-9931-C555434E6538")]
public enum XlTickLabelPosition
[<System.Runtime.InteropServices.Guid("964562FD-22B1-4E15-9931-C555434E6538")>]
type XlTickLabelPosition =
Public Enum XlTickLabelPosition
- Inheritance
-
XlTickLabelPosition
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlTickLabelPositionNone | -4142 | You should access and use this enumeration from the Excel primary interop assembly (PIA). No tick marks. |
xlTickLabelPositionLow | -4134 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Bottom or left side of the chart. |
xlTickLabelPositionHigh | -4127 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Top or right side of the chart. |
xlTickLabelPositionNextToAxis | 4 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Next to axis (where axis is not at either side of the chart). |