TickLabelPosition
图表刻度标签位置的可能值(水平或垂直)。 -「none」 - 不显示所选刻度标签。 -「nextTo」 - 将所选刻度标签的位置设置在主标签旁边。 -「low」 - 将所选刻度标签的位置设置在图表中值较低的部分。 -「high」 - 将所选刻度标签的位置设置在图表中值较高的部分。
类型
枚举
值
- "none"
- "nextTo"
- "low"
- "high"
示例
This example sets the position of the vertical tick labels next to the main vertical label.
// How to set tick label positions for the chart.
// Set a chart vertical tick label position to "nextTo".
chart.SetVertAxisTickLabelPosition("nextTo");