AxisPosition
[ Enumeration ]
export enum AxisPosition {
Right = 0,
Left = 1
}
Werte
Name | Wert | Beschreibung |
|---|---|---|
Right |
| Achse wird rechts angezeigt |
Left |
| Achse wird links angezeigt |
![]() | Verfügbar ab Version 1.14 |
[ Enumeration ]
export enum AxisPosition {
Right = 0,
Left = 1
}
Name | Wert | Beschreibung |
|---|---|---|
Right |
| Achse wird rechts angezeigt |
Left |
| Achse wird links angezeigt |
![]() | Verfügbar ab Version 1.14 |