Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartTooltipLoadingEventArgs Class / HitTestInfo Property


In This Topic
    HitTestInfo Property
    In This Topic
    Gets the hit test info.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HitTestInfo As ChartHitTestInfo
    'Usage
     
    
    Dim instance As ChartTooltipLoadingEventArgs
    Dim value As ChartHitTestInfo
     
    value = instance.HitTestInfo
    public ChartHitTestInfo HitTestInfo {get;}
    See Also