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 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.   
Public MethodCalculateElement Performs a calculation on this collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodClone  
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 MethodGetElementBreadcrumbsOverloaded.   
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodGetProcessedDataTableOverloaded.  Returns a DataTable of processed data.  
Public MethodGetSeries Retrieves the named Series.  
Public MethodGetSmartPaletteOverloaded.   
Public MethodGetSurfaceDataOverloaded.  Returns a series with surface data for this SeriesCollection when the elements in this series use names for x axis values.  
Public MethodGroupByElements Groups series into even element groups where every element will have a matching element in all other series.  
Public MethodIndexOfOverloaded. Determines 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 MethodSelectiveElementDefaultsOverloaded.   
Public MethodSort Sorts the Series based on an element property and order.  
Public MethodSortElementGroupsSorts element groups by their cummulative values. Element groups are defined as elements in different series which share the same names.  
Public MethodToStringOverridden.   
Public MethodTransposeOverloaded.   
Public MethodTrimOverloaded.  Trims this SeriesCollection of elements leaving only the specified number of levels from the root element.  
Top

See Also

© 2021 All Rights Reserved.