ComponentOne FinancialChart for UWP
C1.Xaml.Chart Namespace / C1FlexChart Class / GetContent Method

In This Topic
    GetContent Method (C1FlexChart)
    In This Topic
    Gets the content by specified template.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetContent( _
       ByVal hti As HitTestInfo, _
       ByVal template As String _
    ) As String
    protected override string GetContent( 
       HitTestInfo hti,
       string template
    )

    Parameters

    hti
    template
    See Also