FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart Namespace / C1FlexRadar Class / HitTest Method / HitTest(Point) Method
Point in control coordinates.

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

    Parameters

    pt
    Point in control coordinates.

    Return Value

    A HitTestInfo object with information about the point.
    See Also