AxisPosition
[ Enumeration ]
export enum AxisPosition {
Left = 0,
Right = 1
}
Die Achsen können jeweils rechts oder links angeordnet werden.
Werte
Name | Wert | Beschreibung |
---|---|---|
Left |
| Achse wird links angeordnet. |
Right |
| Achse wird rechts angeordnet. |
Verfügbar ab Version 1.10 |