Search
RangeSelector.GetCursorHint Method
See Also
 






Component.GetCursorHint override.

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

 Syntax

C#  Copy Code

public override CursorHint GetCursorHint (
    double x,
    double y
)

Visual Basic  Copy Code

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