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

In This Topic
    ChildItemsPath Property (TreeMap)
    In This Topic
    Gets or sets the name of the property of collection that contains child items.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TreeMap.ChildItemsPath", "Gets or sets the name of the property of collection that contains child items.")>
    Public Property ChildItemsPath As String
    [C1Description("TreeMap.ChildItemsPath", "Gets or sets the name of the property of collection that contains child items.")]
    public string ChildItemsPath {get; set;}
    See Also