Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / C1TreeMap Class / MaxDepth Property


In This Topic
    MaxDepth Property
    In This Topic
    Gets or sets the maximum number of displayed node levels.
    Syntax
    'Declaration
     
    
    Public Property MaxDepth As Integer
    'Usage
     
    
    Dim instance As C1TreeMap
    Dim value As Integer
     
    instance.MaxDepth = value
     
    value = instance.MaxDepth
    public int MaxDepth {get; set;}
    See Also