Gets or sets the collection of objects that contains the data for tree map chart.
Syntax
'Declaration
Public Property DataSource As Object
'Usage
Dim instance As TreeMap
Dim value As Object
instance.DataSource = value
value = instance.DataSource
public object DataSource {get; set;}
See Also