Version

SeriesCollection Class Members

The following tables list the members exposed by SeriesCollection.

Public Constructors
 NameDescription
Public ConstructorSeriesCollection ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyCountReturns the number of items in this collection.  
Public PropertyItemGets or Sets the ISeries object at the specified index.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertyListThe list to be used internally by this collection.  
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodAddAdds the specified ISeries object to the collection.  
Public MethodAddRangeAdds each member of given array of ISeries objects.  
Public MethodClearRemoves all the members of this collection.  
Public MethodCloneCreates and returns a copy of this SeriesCollection.  
Public MethodContainsDetermines whether or not the specified object is a member of this collection.  
Public MethodCopyToCopies the members of this collection to the specified array, starting at the specified index.  
Public MethodDataBindCalls the DataBind method on each SeriesBase object in the collection.  
Public MethodFromKeyReturns the ISeries object in the collection with the given key.  
Public MethodGetDataMaximumGets the data maximum for this SeriesCollection.  
Public MethodGetDataMinimumGets the data minimum for this SeriesCollection.  
Public MethodGetEnumeratorGets the default enumerator for this collection.  
Public MethodGetMaximumGets the maximum value in this SeriesCollection for a certain dimension of data.  
Public MethodGetMinimumGets the minimum value in this SeriesCollection for a certain dimension of data.  
Public MethodGetVisibleSeriesGets only the visible series in this collection.  
Public MethodIndexOfReturns the index of the given object in the collection.  
Public MethodRemoveRemoves the specified object from this collection.  
Public MethodRemoveAtRemoves an item from this collection at the specified index.  
Public MethodToArrayCreates and returns an array containing the members of this collection.  
Public MethodToStringReturns a string representation of this SeriesCollection.  
See Also