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

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