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

 NameDescription
Public ConstructorSeriesCollection ConstructorOverloaded.  Initializes a new instance of the SeriesCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyInstanceID  
Public PropertyItem Gets or sets the Series at a specified index.  
Public PropertySmartGrouping 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 PropertySmartPalette Gets or sets a SmartPalette object that will determine the colors of series in this SeriesCollection.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded.  Provided as a shortcut for adding elements, series, and series collections the chart SeriesCollection.  
Public MethodCalculateOverloaded.  Performs a calculation on this collection.  
Public MethodCalculateElement Performs a calculation on this collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContains Determines whether this collection contains a specified Series.  
Public MethodGetAxisSeriesGets a collection of series associated with the specified axis.  
Public MethodGetDataSource Gets a DataSource object representing this SeriesCollection.  
Public MethodGetElementOverloaded.  Gets an Element at the specified series and element index.  
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodGetProcessedDataTableOverloaded.  Returns a DataTable of processed data.  
Public MethodGetSeries Retrieves the named Series.  
Public MethodGetSmartPaletteOverloaded.  Generates a SmartPalette object that contains the names of series in this SeriesCollection matched with the specified Palette enumeration.  
Public MethodGroupByElements Groups series into even element groups where every element will have a matching element in all other series.  
Public MethodIndexOfDetermines the index of a specified Series in this collection.  
Public MethodInsert Inserts a series into this collection at a specified index.  
Public MethodRemove Removes a specified series from this collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Public MethodSort Sorts the Series based on an element property and order.  
Public MethodToStringOverridden.   
Public MethodTransposeOverloaded.  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