Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IChartGroup Interface / SeriesCollection Property
In This Topic
    SeriesCollection Property (IChartGroup)
    In This Topic
    Returns an object that represents a collection of all the series (a ISeries collection) in the chart or chart group.
    Syntax
    System.Collections.Generic.IEnumerable<ISeries> SeriesCollection {get;}
    See Also