ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / HitTest(Point) Method
Point in control coordinates.



In This Topic
    HitTest(Point) Method
    In This Topic
    Gets a HitTestInfo object with information about the specified point.
    Syntax
    'Declaration
     
    
    Public MustOverride Function HitTest( _
       ByVal pt As Point _
    ) As HitTestInfo
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim pt As Point
    Dim value As HitTestInfo
     
    value = instance.HitTest(pt)
    public abstract HitTestInfo HitTest( 
       Point pt
    )
    public:
    abstract HitTestInfo^ HitTest( 
       Point pt
    ) 

    Parameters

    pt
    Point in control coordinates.

    Return Value

    A HitTestInfo object with information about the point.
    See Also