Click or drag to resize

LightningChart Fields

LightningChart .NET Help

The LightningChart type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberMouseDownEvent
Occurs when any mouse button is pressed while the pointer is over this element. Overrided the UIElements MouseDown as we mark it handled as per Microsoft guidelines. This can be used instead to receive the information, or PreviewMouseDown event should be used instead.
Public fieldStatic memberMouseUpEvent
Occurs when any mouse button is released while the pointer is over this element. Overrided the UIElements MouseUp as we mark it handled as per Microsoft guidelines. This can be used instead to receive the information, or PreviewMouseUp event should be used instead.
Top
See Also