dotnetCHARTING Send comments on this topic.
SeriesCollection Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : SeriesCollection Class


The following tables list the members exposed by SeriesCollection.

Public Constructors

  Name Description
Public Constructor SeriesCollection Constructor Overloaded.  Initializes a new instance of the SeriesCollection class.  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property Item Gets or sets the Series at a specified index.  
Public Property SmartGrouping Gets 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 Property SmartPalette Gets or sets a SmartPalette object that will determine the colors of series in this SeriesCollection.  
Top

Public Methods

  Name Description
Public Method Add Overloaded.  Provided as a shortcut for adding elements, series, and series collections the chart SeriesCollection.  
Public Method Calculate Overloaded.  Performs a calculation on this collection.  
Public Method CalculateElement Performs a calculation on this collection.  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Determines whether this collection contains a specified Series.  
Public Method GetAxisSeries Gets a collection of series associated with the specified axis.  
Public Method GetDataSource Gets a DataSource object representing this SeriesCollection.  
Public Method GetElement Overloaded.  Gets an Element at the specified series and element index.  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method GetProcessedDataTable Overloaded.  Returns a DataTable of processed data.  
Public Method GetSeries Retrieves the named Series.  
Public Method GetSmartPalette Overloaded.  Generates a SmartPalette object that contains the names of series in this SeriesCollection matched with the specified Palette enumeration.  
Public Method GroupByElements Groups series into even element groups where every element will have a matching element in all other series.  
Public Method IndexOf Determines the index of a specified Series in this collection.  
Public Method Insert Inserts a series into this collection at a specified index.  
Public Method Remove Removes a specified series from this collection.  
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Public Method Sort Sorts the Series based on an element property and order.  
Public Method SortElementGroups Sorts element groups by their cummulative values. Element groups are defined as elements in different series which share the same names.  
Public Method ToString Overridden.   
Public Method Transpose Overloaded.  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.  
Top

See Also