LightningChart Fields |
The LightningChart type exposes the following members.
| Name | Description | |
|---|---|---|
| MouseDownEvent |
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.
| |
| MouseUpEvent |
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.
|