TickMarkType
TickMarkType class
Represents the tick mark type for the specified axis.
Constants
Name | Value | Description |
---|---|---|
Cross | 0 | Specifies the tick marks shall cross the axis. |
Inside | 1 | Specifies the tick marks shall be inside the plot area. |
None | 2 | Specifies there shall be no tick marks. |
Outside | 3 | Specifies the tick marks shall be outside the plot area. |
Cross
Specifies the tick marks shall cross the axis.
Inside
Specifies the tick marks shall be inside the plot area.
None
Specifies there shall be no tick marks.
Outside
Specifies the tick marks shall be outside the plot area.