API usagePDF APIEnumerationAxisPos本页总览AxisPosAsk a question 图表中的坐标轴位置。 类型 枚举 值 "top" "bottom" "right" "left" 示例 此示例将坐标轴值设置到图表的顶部位置。 CodeResultPlayground// How to change the axis labels format of the chart.// Set axis values to the top.chart.SetAxieNumFormat("top", "0.00");