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