跳到主要内容

AxisPos

图表中的坐标轴位置。

类型​

枚举

值​

  • "top"
  • "bottom"
  • "right"
  • "left"

示例​

将坐标轴值设置到图表的顶部位置。

// How to change the axis labels format of the chart.

// Set axis values to the top.

chart.SetAxieNumFormat("top", "0.00");