AxisPosition

[ Enumeration ]

export enum AxisPosition {
     Left = 0,
     Right = 1
}

The axes can be positioned on the right or left.

Values

Name

Value

Description

Left

0

Axis positioned on the left.

Right

1

Axis positioned on the right.

AxisPosition 1:

Available from version 1.10