AxisPosition
[ Enumeration ]
export enum AxisPosition {
Right = 0,
Left = 1
}
Values
Name | Value | Description |
|---|---|---|
Right |
| Axis is displayed on the right |
Left |
| Axis is displayed on the left |
![]() | Available from version 14 |
[ Enumeration ]
export enum AxisPosition {
Right = 0,
Left = 1
}
Name | Value | Description |
|---|---|---|
Right |
| Axis is displayed on the right |
Left |
| Axis is displayed on the left |
![]() | Available from version 14 |