AxisPosition

[ Enumeration ]

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

Values

Name

Value

Description

Right

0

Axis is displayed on the right

Left

1

Axis is displayed on the left

AxisPosition 1:

Available from version 14