The following tables list the members exposed by SeriesCollection.
| Name | Description | |
|---|---|---|
![]()  | SeriesCollection Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
![]()  | ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | 
![]()  | Count | Returns the number of items in this collection. | 
![]()  | Item | Gets or Sets the ISeries object at the specified index. | 
| Name | Description | |
|---|---|---|
![]()  | dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | 
![]()  | List | The list to be used internally by this collection. | 
![]()  | noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | 
| 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. |