AxisPos
Axis position in the chart.
Type
Enumeration
Values
- "top"
- "bottom"
- "right"
- "left"
Example
This example sets the axis values to the top position of the chart.
- Code
- Result
// How to change the axis labels format of the chart.
// Set axis values to the top.
chart.SetAxieNumFormat("top", "0.00");