.netCHARTING v10.5 Documentation
Properties  Methods 

dotnetCHARTING Namespace : SeriesCollection Class
SeriesCollection Class Members

The following tables list the members exposed by SeriesCollection.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public PropertyOverloaded. Gets or sets the Series at a specified index.  
Public PropertyGets or sets a value that indicates whether smart element grouping is used or the traditional element name grouping is used where the elements of the first series determines the order.  
Public PropertyGets or sets a SmartPalette object that will determine the colors of series in this SeriesCollection.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Provided as a shortcut for adding elements, series, and series collections the chart SeriesCollection.  
Public MethodOverloaded. Performs a Calculation on this collection and stores the specified source element values in the resulting element's SubValue collections.  
Public MethodPerforms a calculation on this collection.  
Public MethodRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public Method  
Public MethodDetermines whether this collection contains a specified Series.  
Public MethodGets a collection of series associated with the specified axis.  
Public MethodGets a DataSource object representing this SeriesCollection.  
Public MethodOverloaded. Gets an Element at the specified series and element index.  
Public MethodOverloaded.   
Public MethodReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public MethodOverloaded. Returns a DataTable of processed data.  
Public MethodRetrieves the named Series.  
Public MethodOverloaded. Generates a SmartPalette object that contains the names of series in this SeriesCollection matched with the specified Palette enumeration.  
Public MethodOverloaded. Returns a series with surface data for this SeriesCollection when the elements in this series use names for x axis values.  
Public MethodGroups series into even element groups where every element will have a matching element in all other series.  
Public MethodOverloaded. Determines the index of a specified Series in this collection.  
Public MethodInserts a series into this collection at a specified index.  
Public MethodRemoves a specified series from this collection.  
Public MethodRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Public MethodOverloaded. Applies property settings of the specified default element to elements in this series collection that are outside a specified CalendarPattern and corresponding DateTime element property.  
Public MethodSorts the Series based on an element property and order.  
Public Method

Sorts element groups by their cummulative values. Element groups are defined as elements in different series which share the same names.

 
Public Method  
Public MethodOverloaded. Transposes the data of this series collection. Data is transposed by converting the series in this collection to elements and the element groups into series.  
Public MethodOverloaded. Trims this SeriesCollection of elements leaving only the specified number of levels from the root element.  
Top
See Also