Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / TreeMap Class / ItemsSource Property

In This Topic
    ItemsSource Property (TreeMap)
    In This Topic
    Gets or sets the collection of objects that contains the data for tree map chart.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As Object
    public object ItemsSource {get; set;}
    See Also