For a list of all members of this type, see SeriesCollection members.
Name | Description | |
---|---|---|
![]() | Add | Adds a new series to the collection |
![]() | Clear | Clears the collection. |
![]() | Contains | Determines if the collection contains thhe item |
![]() | GetEnumerator | Gets an enumerator for the items in the collection |
![]() | IndexOf | Returns the index of the item in the collection |
![]() | Insert | Inserts a new Series into the collection at the specified index. |
![]() | Remove | Removes an item from the collection. |
![]() | RemoveAt | Removes the series at the specified index |
View on GitHub