Click or drag to resize

ExcelChartSeriesCollection Methods

The ExcelChartSeriesCollection type exposes the following members.

Methods
  NameDescription
Public methodAddSeries
Add a new series to the collection. The series will have a default name.
Public methodAddSeries(String)
Add a new series with the specified name to the collection.
Public methodGetEnumerator
Gets the collection enumerator
Public methodRemoveSeries(Int32)
Removes the series at the specified zero based index from collection.
Public methodRemoveSeries(String)
Removes the series with the specified name from collection.
Top
See Also