DataSource Property (TreeMap)
In This Topic
Gets or sets the collection of objects that contains the data for tree map chart.
Syntax
'Declaration
<TypeConverterAttribute(C1.Win.Chart.DataSourceConverter)>
<C1DescriptionAttribute("TreeMap.DataSource", "Gets or sets the collection of objects that contains the data for tree map chart.")>
Public Property DataSource As Object
[TypeConverter(C1.Win.Chart.DataSourceConverter)]
[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