Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartTooltipLoadingEventArgs Class / ChartTooltipLoadingEventArgs Constructor


In This Topic
    ChartTooltipLoadingEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal hitTestInfo As ChartHitTestInfo, _
       ByVal text As String _
    )
    'Usage
     
    
    Dim hitTestInfo As ChartHitTestInfo
    Dim text As String
     
    Dim instance As New ChartTooltipLoadingEventArgs(hitTestInfo, text)
    public ChartTooltipLoadingEventArgs( 
       ChartHitTestInfo hitTestInfo,
       string text
    )

    Parameters

    hitTestInfo
    text
    See Also