ASP.NET Pack Programmer's Guide
PlotController.OnMouseMove Method
See Also
 





Implements ComponentController.OnMouseMove. Called when the user moves the mouse.

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual void OnMouseMove (
    double x,
    double y
)

Visual Basic  Copy Code

Public Overridable 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

PlotController Members
PlotController Class
MindFusion.Charting Namespace