Charting for WinForms Programmer's Guide
ComponentController.OnMouseMove Method
See Also
 






Called when the user moves the mouse.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

void OnMouseMove (
    double x,
    double y
)

Visual Basic  Copy Code

Sub OnMouseMove( _
    x As Double, _
    y As Double _
)

 Parameters

x

A double value specifying the horizontal position of mouse pointer.

y

A double value specifying the vertical position of mouse pointer.

 See Also

ComponentController Members
ComponentController Interface
MindFusion.Charting.Components Namespace