Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexPie Class / HitTest Method
Point in control coordinates.


In This Topic
    HitTest Method (FlexPie)
    In This Topic
    Gets a ChartHitTestInfo object with information about the specified point.
    Syntax
    'Declaration
     
    
    Public Overrides Function HitTest( _
       ByVal pt As Xamarin.Forms.Point _
    ) As ChartHitTestInfo
    'Usage
     
    
    Dim instance As FlexPie
    Dim pt As Xamarin.Forms.Point
    Dim value As ChartHitTestInfo
     
    value = instance.HitTest(pt)
    public override ChartHitTestInfo HitTest( 
       Xamarin.Forms.Point pt
    )

    Parameters

    pt
    Point in control coordinates.

    Return Value

    A ChartHitTestInfo object with information about the point.
    See Also