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