Position: String;
The Position property determines axis position relative to chart plot area.
Use JSON to set the property value, and the getPosition method to get the property value.
Available values:
auto. Position of the chart axis is auto determined (default).
custom. Axis position is determined by the user with the ChartCanvasAxis.PositionValue property;
max. The axis is positioned to the right of the chart plot area.
min. The axis is positioned to the left of the chart plot area.
The example of use is given on the Example of Creating a Scatter Chart page.
See also: