WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.WinUI.Chart Namespace / BreakEven Class / HitTest Method
Point in control's coordinates.
Whether to test distance from connecting lines.
In This Topic
    HitTest Method (BreakEven)
    In This Topic
    Performs hit testing for the series.
    Syntax
    public virtual HitTestInfo HitTest( 
       Point point,
       bool testLines
    )

    Parameters

    point
    Point in control's coordinates.
    testLines
    Whether to test distance from connecting lines.

    Return Value

    Hit test result.
    See Also