ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / TreeMap Class / GetContent Method

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

    Parameters

    hti
    s
    See Also