ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / TreeMap Class / MaxDepth Property

In This Topic
    MaxDepth Property (TreeMap)
    In This Topic
    Gets or sets the maximum number of displayed node levels.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TreeMap.MaxDepth", "Gets or sets the maximum number of displayed node levels.")>
    Public Property MaxDepth As Integer
    [C1Description("TreeMap.MaxDepth", "Gets or sets the maximum number of displayed node levels.")]
    public int MaxDepth {get; set;}
    See Also