[]
        
(Showing Draft Content)

C1.Document.FlexChart.IDrawAndHitTest.HitTest

HitTest Method

HitTest(double, double)

Performs a hit test at the specified coordinates and returns information about the element under the point.

Declaration
HitTestInfo HitTest(double x, double y)
Function HitTest(x As Double, y As Double) As HitTestInfo
Parameters
Type Name Description
double x

X coordinate of the point to test, in device-independent units.

double y

Y coordinate of the point to test, in device-independent units.

Returns
Type Description
HitTestInfo

A C1.Chart.HitTestInfo instance describing the hit result.