ComponentOne FinancialChart for WinForms
DataSource Property (FlexChart)

C1.Win.Chart Namespace > FlexChart Class : DataSource Property
Gets or sets the collection of objects that contains the series data.
Syntax
'Declaration
 
<CategoryAttribute("Data")>
<DefaultValueAttribute()>
<TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design")>
<AttributeProviderAttribute(TypeName="System.ComponentModel.IListSource, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", PropertyName="")>
Public Property DataSource As Object
[Category("Data")]
[DefaultValue()]
[TypeConverter("System.Windows.Forms.Design.DataSourceConverter, System.Design")]
[AttributeProvider(TypeName="System.ComponentModel.IListSource, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", PropertyName="")]
public object DataSource {get; set;}
See Also

Reference

FlexChart Class
FlexChart Members