MouseMode
[ Enumeration ]
export enum MouseMode {
ZoomX,
ZoomXY,
PanX,
PanXY
}
Werte
Name | Wert | Beschreibung |
---|---|---|
ZoomX |
| Es wird nur in X-Richtung gezoomt. |
ZoomXY |
| Es wird in X-und Y-Richtung gezoomt. |
PanX |
| Es wird nur in X-Richtung bewegt. |
PanXY |
| Es wird in X-und Y-Richtung bewegt. |
Siehe auch
Schema: tchmi:framework#/definitions/ChartMouseMode
Verfügbar ab Version 1.10 |