跳到主要内容

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.

// How to set major tick label symbol for the chart.

// Set a chart vertical axis major tick mark as cross.

chart.SetVertAxisMajorTickMark("cross");