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.
Specifies the position of tick-mark labels on the specified axis.
public enum class XlTickLabelPosition
public enum XlTickLabelPosition
Public Enum XlTickLabelPosition
- Inheritance
-
XlTickLabelPosition
Fields
Name | Value | Description |
---|---|---|
xlTickLabelPositionNone | -4142 | No tick marks. |
xlTickLabelPositionLow | -4134 | Bottom or left side of the chart. |
xlTickLabelPositionHigh | -4127 | Top or right side of the chart. |
xlTickLabelPositionNextToAxis | 4 | Next to axis (where axis is not at either side of the chart). |