XlTickLabelOrientation 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 text orientation for tick-mark labels.
public enum class XlTickLabelOrientation
public enum XlTickLabelOrientation
Public Enum XlTickLabelOrientation
- Inheritance
-
XlTickLabelOrientation
Fields
Name | Value | Description |
---|---|---|
xlTickLabelOrientationUpward | -4171 | Text runs up. |
xlTickLabelOrientationDownward | -4170 | Text runs down. |
xlTickLabelOrientationVertical | -4166 | Characters run vertically. |
xlTickLabelOrientationHorizontal | -4128 | Characters run horizontally. |
xlTickLabelOrientationAutomatic | -4105 | Text orientation set by Excel. |