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



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