API usagePresentation APIEnumerationAxisPosOn this pageAxisPosAsk a question 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. CodeResultPlayground// How to change the axis labels format of the chart.// Set axis values to the top.chart.SetAxieNumFormat("top", "0.00");