MindFusion WinForms Programmer's Guide
RadarChart.HitTest Method
See Also
 





Returns the chart element at the specified position

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override ChartElement HitTest (
    int x,
    int y
)

Visual Basic  Copy Code

Public Overrides Function HitTest( _
    x As Integer, _
    y As Integer _
) As ChartElement

 Parameters

x

the X - coordinate of the mouse

y

the Y - coordinate of the mouse

 Return Value

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting Namespace