ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexChart Class / DataSource Property

In This Topic
    DataSource Property (FlexChart)
    In This Topic
    Gets or sets the collection of objects that contains the series data.
    Syntax
    'Declaration
     
    
    <AttributeProviderAttribute(System.ComponentModel.IListSource)>
    <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")>
    Public Property DataSource As Object
    [AttributeProvider(System.ComponentModel.IListSource)]
    [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")]
    public object DataSource {get; set;}
    See Also