XlTickMark 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 major and minor tick marks for an axis.
public enum class XlTickMark
public enum XlTickMark
Public Enum XlTickMark
- Inheritance
-
XlTickMark
Fields
Name | Value | Description |
---|---|---|
xlTickMarkNone | -4142 | No mark. |
xlTickMarkInside | 2 | Inside the axis. |
xlTickMarkOutside | 3 | Outside the axis. |
xlTickMarkCross | 4 | Crosses the axis. |