ComponentOne FinancialChart for WPF
C1.WPF.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
    'Usage
     
    
    Dim instance As C1FlexChart
    Dim hti As HitTestInfo
    Dim template As String
    Dim value As String
     
    value = instance.GetContent(hti, template)
    protected override string GetContent( 
       HitTestInfo hti,
       string template
    )
    protected:
    String^ GetContent( 
       HitTestInfo^ hti,
       String^ template
    ) override 

    Parameters

    hti
    template
    See Also