ComponentOne FlexChart for WinForms
ChildItemsPath Property (TreeMap)


C1.Win.Chart Namespace > TreeMap Class : ChildItemsPath Property
Gets or sets the name of the property of collection that contains child items.
Syntax
'Declaration
 
Public Property ChildItemsPath As String
'Usage
 
Dim instance As TreeMap
Dim value As String
 
instance.ChildItemsPath = value
 
value = instance.ChildItemsPath
public string ChildItemsPath {get; set;}
See Also

Reference

TreeMap Class
TreeMap Members