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