2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartData Class / SeriesList Property

In This Topic
    SeriesList Property
    In This Topic
    Gets the ChartDataSeriesCollection object associated with the current ChartData object.
    Syntax
    'Declaration
     
    Public ReadOnly Property SeriesList As ChartDataSeriesCollection
    public ChartDataSeriesCollection SeriesList {get;}
    Remarks
    The ChartDataSeries of this Collection object contains the data to be charted, along with Line and Symbols styles and other properties used to describe the appearance of the series data.
    See Also