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