DataSource Property (FlexChart)
In This Topic
Gets or sets the collection of objects that contains the series data.
Syntax
'Declaration
<TypeConverterAttribute(C1.Win.Chart.DataSourceConverter)>
<AttributeProviderAttribute(System.ComponentModel.IListSource)>
<C1DescriptionAttribute("FlexChart.DataSource", "Gets or sets the collection of objects that contains the series data.")>
<DefaultValueAttribute("")>
<C1CategoryAttribute("Data")>
Public Property DataSource As Object
[TypeConverter(C1.Win.Chart.DataSourceConverter)]
[AttributeProvider(System.ComponentModel.IListSource)]
[C1Description("FlexChart.DataSource", "Gets or sets the collection of objects that contains the series data.")]
[DefaultValue("")]
[C1Category("Data")]
public object DataSource {get; set;}
See Also