Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexRadar Class / HitTest Method / HitTest(Point,MeasureOption,Int32) Method
Point in control coordinates.
Measure options.
Optional Series index. If index is specified the method returns information about the closest data point of the specified series.

In This Topic
    HitTest(Point,MeasureOption,Int32) Method
    In This Topic
    Gets a HitTestInfo object with information about the specified point.
    Syntax
    'Declaration
     
    
    Public Overloads Function HitTest( _
       ByVal pt As Point, _
       ByVal options As MeasureOption, _
       Optional ByVal seriesIndex As Integer _
    ) As HitTestInfo

    Parameters

    pt
    Point in control coordinates.
    options
    Measure options.
    seriesIndex
    Optional Series index. If index is specified the method returns information about the closest data point of the specified series.
    See Also