FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChartBase Class / HitTest Method
Point in control coordinates.

In This Topic
    HitTest Method (FlexChartBase)
    In This Topic
    Gets a HitTestInfo object with information about the specified point.
    Syntax
    'Declaration
     
    Public MustOverride Function HitTest( _
       ByVal pt As System.Drawing.Point _
    ) As HitTestInfo
    public abstract HitTestInfo HitTest( 
       System.Drawing.Point pt
    )

    Parameters

    pt
    Point in control coordinates.

    Return Value

    A HitTestInfo object with information about the point.
    See Also