FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChart Class / HitTest Method / HitTest(Point,Boolean) Method
Point in control coordinates.
Includes connecting line to hit testing.

In This Topic
    HitTest(Point,Boolean) Method
    In This Topic
    Gets a HitTestInfo object with information about the specified point.
    Syntax
    'Declaration
     
    Public Overloads Function HitTest( _
       ByVal pt As System.Drawing.Point, _
       ByVal testLines As System.Boolean _
    ) As HitTestInfo
    public HitTestInfo HitTest( 
       System.Drawing.Point pt,
       System.bool testLines
    )

    Parameters

    pt
    Point in control coordinates.
    testLines
    Includes connecting line to hit testing.

    Return Value

    A HitTestInfo object with information about the point.
    See Also