ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / 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
     
    Public Property DataSource As Object
    public object DataSource {get; set;}
    See Also