[]
        
(Showing Draft Content)

FarPoint.Win.Chart.FpChart.HitTest

HitTest Method

HitTest(int, int)

Returns the object at the specified location.

Declaration
public HitTest HitTest(int x, int y)
Public Function HitTest(x As Integer, y As Integer) As HitTest
Parameters
Type Name Description
int x

The x coordinate.

int y

The y coordinate.

Returns
Type Description
HitTest

Returns hit test objects, could be a plot area, label area, legend area, series or grip hit test.