AxisPosition
[ Enumeration ]
export enum AxisPosition {
Left = 0,
Right = 1
}
The axes can be positioned on the right or left.
Values
Name | Value | Description |
---|---|---|
Left |
| Axis positioned on the left. |
Right |
| Axis positioned on the right. |
Available from version 1.10 |