Raised when the mouse pointer moves while the mouse pointer is over the chart control.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
protected override void OnPreviewMouseMove ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Sub OnPreviewMouseMove( _ |
An instance of the MouseEventArgs class that provides data for the event.
See Also