Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IChartGroup Interface / getSeriesCollection Method
In This Topic
    getSeriesCollection Method
    In This Topic
    Returns an object that represents a collection of all the series (a ISeries collection) in the chart or chart group.
    Syntax
    java.util.List<ISeries> getSeriesCollection()
    See Also