[]
Gets or sets the collection of objects that contains the data for the pie chart.
[C1Category("Data")]
[TypeConverter("System.Windows.Forms.Design.DataSourceConverter, System.Design")]
[C1Description("FlexPie.DataSource", "Gets or sets the collection of objects that contains the data for the pie chart.")]
public object DataSource { get; set; }
<C1Category("Data")>
<TypeConverter("System.Windows.Forms.Design.DataSourceConverter, System.Design")>
<C1Description("FlexPie.DataSource", "Gets or sets the collection of objects that contains the data for the pie chart.")>
Public Property DataSource As Object