ComponentOne FinancialChart for WPF
C1.Chart Namespace / ITreeMap Interface / GetLegendLabels Method



In This Topic
    GetLegendLabels Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function GetLegendLabels() As String()
    'Usage
     
    
    Dim instance As ITreeMap
    Dim value() As String
     
    value = instance.GetLegendLabels()
    string[] GetLegendLabels()
    array<String^>^ GetLegendLabels(); 
    See Also