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(C1.Win.Chart.DataSourceConverter)>
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(C1.Win.Chart.DataSourceConverter)]
public object DataSource {get; set;}
See Also