C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexChart Class / HitTest Method / HitTest(C1Point) Method
Point in control coordinates.

In This Topic
HitTest(C1Point) Method
In This Topic
Gets a HitTestInfo object with information about the specified point.
Syntax
'Declaration
 
Public Overloads Overrides Function HitTest( _
   ByVal pt As C1Point _
) As HitTestInfo
 

Parameters

pt
Point in control coordinates.

Return Value

A HitTestInfo object with information about the point.
See Also