Example
var leftPosition = ac.AxisPosition.LEFT;
Summary
Literal detail
BOTTOM
used to reference the bottom axis which is the x axis in most of the cases.
LEFT
used to reference the left axis which is the y axis in most of the cases.
RIGHT
used to reference the right axis which is the y2 axis in most of the cases.
TOP
used to reference the top axis.