TickMark
The type of tick mark appearance.
Type
Enumeration
Values
- "cross"
- "in"
- "none"
- "out"
Example
This example specifies the "cross" major tick mark type for the vertical axis.
- Code
- Result
// How to set major tick label symbol for the chart.
// Set a chart vertical axis major tick mark as cross.
chart.SetVertAxisMajorTickMark("cross");