Skip to main content
All docs
V26.1
  • SeriesCollection Class

    Stores chart series.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public class SeriesCollection :
        OfficeCollection<SeriesBase>

    The following members return SeriesCollection objects:

    Remarks

    For additional information on how to create series and load data into them, refer to the following help topics:

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<SeriesBase>
    DevExpress.Docs.Office.Internal.OfficeCollection<SeriesBase>
    SeriesCollection
    See Also