ComponentOne FinancialChart for WPF
ChildItemsPath Property (C1TreeMap)



C1.WPF.Chart Namespace > C1TreeMap 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 C1TreeMap
Dim value As String
 
instance.ChildItemsPath = value
 
value = instance.ChildItemsPath
public string ChildItemsPath {get; set;}
public:
property String^ ChildItemsPath {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1TreeMap Class
C1TreeMap Members