For a list of all members of this type, see SeriesCollection members.
Name | Description | |
---|---|---|
![]() | Add | Adds the specified ISeries object to the collection. |
![]() | AddRange | Adds each member of given array of ISeries objects. |
![]() | Clear | Removes all the members of this collection. |
![]() | Clone | Creates and returns a copy of this SeriesCollection. |
![]() | Contains | Determines whether or not the specified object is a member of this collection. |
![]() | CopyTo | Copies the members of this collection to the specified array, starting at the specified index. |
![]() | DataBind | Calls the DataBind method on each SeriesBase object in the collection. |
![]() | FromKey | Returns the ISeries object in the collection with the given key. |
![]() | GetDataMaximum | Gets the data maximum for this SeriesCollection. |
![]() | GetDataMinimum | Gets the data minimum for this SeriesCollection. |
![]() | GetEnumerator | Gets the default enumerator for this collection. |
![]() | GetMaximum | Gets the maximum value in this SeriesCollection for a certain dimension of data. |
![]() | GetMinimum | Gets the minimum value in this SeriesCollection for a certain dimension of data. |
![]() | GetVisibleSeries | Gets only the visible series in this collection. |
![]() | IndexOf | Returns the index of the given object in the collection. |
![]() | Remove | Removes the specified object from this collection. |
![]() | RemoveAt | Removes an item from this collection at the specified index. |
![]() | ToArray | Creates and returns an array containing the members of this collection. |
![]() | ToString | Returns a string representation of this SeriesCollection. |