Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / C1Sunburst Class / ChildItemsPath Property


In This Topic
    ChildItemsPath Property (C1Sunburst)
    In This Topic
    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")
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("ChildItemsPath")>
    <BrowsableAttribute(True)>
    Public Property ChildItemsPath As String
    'Usage
     
    
    Dim instance As C1Sunburst
    Dim value As String
     
    instance.ChildItemsPath = value
     
    value = instance.ChildItemsPath
    [Foundation.Export("ChildItemsPath")]
    [Browsable(true)]
    public string ChildItemsPath {get; set;}
    See Also