Called when the user moves the mouse.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
void OnMouseMove ( |
Visual Basic
Copy Code
|
|---|
Sub OnMouseMove( _ |
A double value specifying the horizontal position of mouse pointer.
A double value specifying the vertical position of mouse pointer.
See Also