Enumeration

ac.AxisPosition

Represents the position of an axis in a ac.ACLineChart. You can also reference an axis directly using ac.AxisIdentity.

Example

var leftPosition = ac.AxisPosition.LEFT;

Summary

Literals
BOTTOM
LEFT
RIGHT
TOP

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.