Click or drag to resize

UserInteractiveDeviceButton Enumeration

LightningChart .NET Help
Button related to user action. E.g. with mouse. Pen could have many buttons, touch not, which would be using None or Primary. Event would describe the action in touch case.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[FlagsAttribute]
public enum UserInteractiveDeviceButton
Members
  Member nameValueDescription
None0 No button related to event.
Primary1 Primary button. Usually left with mouse.
Secondary2 Secondary button. Usually right with mouse.
Tertiary4 Tertiary button, not handled in chart so far, but could be given out.
Other18 Some other button, not handled in chart so far, but could be given out.
Other216 Some other button, not handled in chart so far, but could be given out.
Barrel32 Barrel button (from pen/stylys).
NotRecognized64 Button was not recognized. Should not happen.
See Also