FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart 命名空间 / C1Sunburst 类 / ChildItemsPath 属性

本主题中
    ChildItemsPath 属性 (C1Sunburst)
    本主题中
    Gets or sets the name of the property (or properties) used to generate child items in hierarchical data. Set this property to a string to specify the name of the property that contains an item's child items (e.g. Items). If items at different levels child items with different names, then set this property to an array containing the names of the properties. that contains child items at each level. (e.g. "accounts,checks,earnings")
    语法
    '声明
     
    Public Property ChildItemsPath As String
    public string ChildItemsPath {get; set;}
    请参见