UserInteractiveObjectInteractionState Enumeration |
LightningChart .NET Help
Interaction state.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum InteractionState
Public Enumeration InteractionState
public enum class InteractionState
Members|
| Member name | Value | Description |
|---|
| Idle | 0 |
No action.
|
| IdleOver | 1 |
No action, user interactive device is over.
|
| Selecting | 2 |
Primary user interactive device button down.
|
| Selected | 3 |
Clicked once with primary user interactive device button.
|
| Open | 4 |
Clicked twice with primary user interactive device button.
|
| Drag | 5 |
Selecting (primary user interactive device button down) and then moving enough.
|
| ContextMenuSelecting | 6 |
Secondary user interactive device button down.
|
| ContextMenuSelected | 7 |
Secondary user interactive device button clicked.
|
| ContextMenuOpen | 8 |
Secondary user interactive device button double clicked.
|
| ContextMenuRelease | 9 |
Secondary user interactive device button up.
|
| Resize | 10 |
Clicked on border or like.
|
| Release | 11 |
Released primary interactive device button.
|
| Rotate | 12 |
Rotate item.
|
| OtherUserInteractiveDeviceButtonSelecting | 13 |
Other user interactive device button down.
|
| OtherUserInteractiveDeviceButtonSelected | 14 |
Other user interactive device button clicked.
|
| OtherUserInteractiveDeviceButtonOpen | 15 |
Other user interactive device button double clicked.
|
| OtherUserInteractiveDeviceButtonRelease | 16 |
Other user interactive device button up.
|
See Also