Name | Description | |
---|---|---|
![]() | Add | Adds a series to the collection. |
![]() | AddRange | Adds an array of series to the collection. |
![]() | Clear | Removes all series from the collection. |
![]() | Contains | Determines whether the collection contains a specific series. |
![]() | CopyTo | Copies the series in the collection to an array, starting at the specified array index. |
![]() | GetEnumerator | Gets an enumerator that iterates through the collection. |
![]() | GetSchema | This method is reserved and should not be used. |
![]() | IndexOf | Determines the index of the series in the collection. |
![]() | Insert | Inserts a series into the collection at the specified index. |
![]() | InsertRange | Inserts an array of series into the collection at the specified index. |
![]() | ReadXml | Generates an object from its XML representation. |
![]() | Remove | Removes the specified series from the collection. |
![]() | RemoveAt | Removes the series at the specified index. |
![]() | WriteXml | Converts an object into its XML representation. |