ExcelChartSeriesCollection Class |
Namespace: ExpertXls.ExcelLib
The ExcelChartSeriesCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of series in this collection
|
![]() | ItemInt32 |
Gets the series at the specified zero based index from collection.
|
![]() | ItemString |
Gets the series with the specified name from collection.
|
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.
|