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

In This Topic
    DataSource Property (TreeMap)
    In This Topic
    Gets or sets the collection of objects that contains the data for tree map chart.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TreeMap.DataSource", "Gets or sets the collection of objects that contains the data for tree map chart.")>
    Public Property DataSource As Object
    [C1Description("TreeMap.DataSource", "Gets or sets the collection of objects that contains the data for tree map chart.")]
    public object DataSource {get; set;}
    See Also