ComponentOne FinancialChart for WPF
C1.Chart Namespace / ITreeMap Interface / DataLabel Property



In This Topic
    DataLabel Property (ITreeMap)
    In This Topic
    Syntax
    'Declaration
     
    
    ReadOnly Property DataLabel As IDataLabel
    'Usage
     
    
    Dim instance As ITreeMap
    Dim value As IDataLabel
     
    value = instance.DataLabel
    IDataLabel DataLabel {get;}
    property IDataLabel^ DataLabel {
       IDataLabel^ get();
    }
    See Also