ChartAxis.TickMarks 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 type of the tick mark.
public: enum class ChartAxis::TickMarks
public enum ChartAxis.TickMarks
type ChartAxis.TickMarks =
Public Enum ChartAxis.TickMarks
- Inheritance
-
ChartAxis.TickMarks
Fields
Name | Value | Description |
---|---|---|
None | 0 | Tick marks do not appear. |
Inside | 1 | Tick marks appear inside the axis. |
Outside | 2 | Tick marks asppear outside the axis. |
Cross | 3 | Tick marks appear across the axis. |