Name | Description | |
---|---|---|
![]() | Count | Gets the number of Series in the SeriesCollection. |
![]() | Item | Overloaded. Gets a Series from the SeriesCollection. |
The following tables list the members exposed by SeriesCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of Series in the SeriesCollection. |
![]() | Item | Overloaded. Gets a Series from the SeriesCollection. |
Name | Description | |
---|---|---|
![]() | AddFromCells | Overloaded. Adds a Series of type T to the SeriesCollection. |
![]() | AddFromValues<T> | Adds a Series of type T to the SeriesCollection, using values to create said Series. |
![]() | ForEach<Series> | |
![]() | GetEnumerator | |
![]() | Remove | Overloaded. Removes a Series from the SeriesCollection. |
![]() | RemoveAt | Removes the Series positioned at the specified index in the SeriesCollection. |