[]
        
Represents a collection of all the ISeries objects in the specified chart or chart group.
public interface ISeriesCollection
  Public Interface ISeriesCollection
  | Name | Description | 
|---|---|
| Count | Gets the total number of series in the collection.  | 
      
| this[int] | Gets the series at the specified index.  | 
      
| Name | Description | 
|---|---|
| Add(IRange, RowCol?, bool?, bool?, bool) | Adds one or more new series to the ISeriesCollection collection.  | 
      
| Add(WorksheetReference, RowCol?, bool?, bool?, bool) | Adds one or more new series to the ISeriesCollection collection.  | 
      
| Add(string, RowCol?, bool?, bool?, bool) | Adds one or more new series to the ISeriesCollection collection.  | 
      
| NewSeries() | Creates a new series. Returns an ISeries object that represents the new series.  |