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



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