ComponentOne FlexChart for WinForms
DataSource Property (TreeMap)


C1.Win.Chart Namespace > TreeMap Class : DataSource Property
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

Reference

TreeMap Class
TreeMap Members