SeriesCollection Class Methods
For a list of all members of this type, see SeriesCollection members.
Public Methods
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Provided as a shortcut for adding elements, series, and series collections the chart SeriesCollection. |
![]() | Calculate | Overloaded. Performs a Calculation on this collection and stores the specified source element values in the resulting element's SubValue collections. |
![]() | CalculateElement | Performs a calculation on this collection. |
![]() | Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) |
![]() | Clone | |
![]() | Contains | Determines whether this collection contains a specified Series. |
![]() | GetAxisSeries | Gets a collection of series associated with the specified axis. |
![]() | GetDataSource | Gets a DataSource object representing this SeriesCollection. |
![]() | GetElement | Overloaded. Gets an Element at the specified series and element index. |
![]() | GetElementBreadcrumbs | Overloaded. |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | GetProcessedDataTable | Overloaded. Returns a DataTable of processed data. |
![]() | GetSeries | Retrieves the named Series. |
![]() | GetSmartPalette | Overloaded. Generates a SmartPalette object that contains the names of series in this SeriesCollection matched with the specified Palette enumeration. |
![]() | GetSurfaceData | Overloaded. Returns a series with surface data for this SeriesCollection when the elements in this series use names for x axis values. |
![]() | GroupByElements | Groups series into even element groups where every element will have a matching element in all other series. |
![]() | IndexOf | Overloaded. Determines the index of a specified Series in this collection. |
![]() | Insert | Inserts a series into this collection at a specified index. |
![]() | Remove | Removes a specified series from this collection. |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |
![]() | SelectiveElementDefaults | Overloaded. 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. |
![]() | Sort | Sorts the Series based on an element property and order. |
![]() | SortElementGroups | Sorts element groups by their cummulative values. Element groups are defined as elements in different series which share the same names. |
![]() | ToString | |
![]() | 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. |
![]() | Trim | Overloaded. Trims this SeriesCollection of elements leaving only the specified number of levels from the root element. |
See Also