Click or drag to resize

PointerEventArgs Class

LightningChart .NET Help
Pointer event arguments.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMPointerEventArgs
    LightningChartLib.UWP.ChartingMVVMPointerButtonEventArgs

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class PointerEventArgs

The PointerEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyHandled

[Missing <summary> documentation for "P:LightningChartLib.UWP.ChartingMVVM.PointerEventArgs.Handled"]

Public propertyLeftButton Left (primary) device button state.
Public propertyOriginalSource Original source of event.
Public propertyRightButton Right (secondary) device button state.
Top
Fields
 NameDescription
Public fieldChartMessageInfo Information about chart message.
Top
See Also