C1.Android.Chart Assembly / C1.Android.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
See Also