ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / C1FlexChart Class / HitTest Method
Point in control coordinates.

In This Topic
    HitTest Method (C1FlexChart)
    In This Topic
    Gets a HitTestInfo object with information about the specified point.
    Syntax
    'Declaration
     
    Public Overrides Function HitTest( _
       ByVal pt As Windows.Foundation.Point _
    ) As HitTestInfo
    public override HitTestInfo HitTest( 
       Windows.Foundation.Point pt
    )

    Parameters

    pt
    Point in control coordinates.

    Return Value

    A HitTestInfo object with information about the point.
    See Also