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
     
    
    <TypeConverterAttribute(C1.Win.Chart.DataSourceConverter)>
    <C1CategoryAttribute("Data")>
    <C1DescriptionAttribute("Series.DataSource", "Gets or sets the collection of objects that contains the series data.")>
    <DefaultValueAttribute("")>
    Public Property DataSource As Object
    [TypeConverter(C1.Win.Chart.DataSourceConverter)]
    [C1Category("Data")]
    [C1Description("Series.DataSource", "Gets or sets the collection of objects that contains the series data.")]
    [DefaultValue("")]
    public object DataSource {get; set;}
    See Also