Version 24.2 (latest)

SeriesCollection Class Methods

For a list of all members of this type, see SeriesCollection members.

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