WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.WinUI.Chart Namespace / FlexRadar Class / HitTest Method / HitTest(Point,Boolean) Method
Point in control coordinates.
Whether to include connecting lines between data points. If testLines=false only data points are used for hit testing.
In This Topic
    HitTest(Point,Boolean) Method
    In This Topic
    Gets a HitTestInfo object with information about the specified point.
    Syntax
    public HitTestInfo HitTest( 
       Point pt,
       bool testLines
    )

    Parameters

    pt
    Point in control coordinates.
    testLines
    Whether to include connecting lines between data points. If testLines=false only data points are used for hit testing.

    Return Value

    A HitTestInfo object with information about the point.
    See Also