AxisPosition

[ Enumeration ]

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

Die Achsen können jeweils rechts oder links angeordnet werden.

Werte

Name

Wert

Beschreibung

Left

0

Achse wird links angeordnet.

Right

1

Achse wird rechts angeordnet.

AxisPosition 1:

Verfügbar ab Version 1.10