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






Called when the user moves the mouse.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void OnMouseMove (
    double x,
    double y
)

Visual Basic  Copy Code

Public 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

AxisZoomController Members
AxisZoomController Class
MindFusion.Charting Namespace