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






Invoked while the mouse is moved to let your application set the mouse cursor.

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

 Syntax

C#  Copy Code

CursorHint GetCursorHint (
    double x,
    double y
)

Visual Basic  Copy Code

Function GetCursorHint( _
    x As Double, _
    y As Double _
) As CursorHint

 Parameters

x

A double value specifying the horizontal position of mouse pointer.

y

A double value specifying the vertical position of mouse pointer.

 Return Value

 See Also

ComponentController Members
ComponentController Interface
MindFusion.Charting.Components Namespace