跳到主要内容

TickMark

可用的刻度线外观类型。

类型

枚举

  • "cross"
  • "in"
  • "none"
  • "out"

示例

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");