ExcelChartSeriesCollection Methods |
The ExcelChartSeriesCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddSeries() |
Add a new series to the collection. The series will have a default name.
|
![]() | AddSeries(String) |
Add a new series with the specified name to the collection.
|
![]() | GetEnumerator |
Gets the collection enumerator
|
![]() | RemoveSeries(Int32) |
Removes the series at the specified zero based index from collection.
|
![]() | RemoveSeries(String) |
Removes the series with the specified name from collection.
|