ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / GetContent Method



In This Topic
    GetContent Method (FlexChartBase)
    In This Topic
    Gets the content by specified template.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetContent( _
       ByVal hti As HitTestInfo, _
       ByVal template As String _
    ) As String
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim hti As HitTestInfo
    Dim template As String
    Dim value As String
     
    value = instance.GetContent(hti, template)
    protected virtual string GetContent( 
       HitTestInfo hti,
       string template
    )
    protected:
    virtual String^ GetContent( 
       HitTestInfo^ hti,
       String^ template
    ) 

    Parameters

    hti
    template
    See Also