The following tables list the members exposed by SeriesCollection.
Name | Description | |
---|---|---|
SeriesCollection Constructor | Overloaded. Initializes a new instance of the SeriesCollection class. |
Name | Description | |
---|---|---|
(Inherited from | ||
(Inherited from | ||
Item | Gets or sets the Series at a specified index. | |
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. | |
SmartPalette | Gets or sets a SmartPalette object that will determine the colors of series in this SeriesCollection. |
Name | Description | |
---|---|---|
Add | Overloaded. Provided as a shortcut for adding elements, series, and series collections the chart SeriesCollection. | |
Calculate | Overloaded. | |
CalculateElement | Performs a calculation on this collection. | |
(Inherited from | ||
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. Constructs a string using the template and separator for each element from the main root to the specified element in the organizational chain. Element tokens are processed in the specified template for each element which can be used to construct breadcrumb links to enable organizational drilldown navigation. | |
(Inherited from | ||
GetProcessedDataTable | Overloaded. Returns a DataTable of processed data. | |
GetSeries | Retrieves the named Series. | |
GetSmartPalette | Overloaded. | |
GroupByElements | Groups series into even element groups where every element will have a matching element in all other series. | |
IndexOf | 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. | |
(Inherited from | ||
SelectiveElementDefaults | Overloaded. | |
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 | Overridden. | |
Transpose | Overloaded. | |
Trim | Overloaded. A trim method used with organizational charts to facilitate interactive
navigation. It returns a series of elements leaving only those with IDs specified
in the parentIDList and their immediate children. If addAttributes is true, custom attributes are also added to describe the nodes. Attribute: "NodeType"
Attribute: "OrganizationalLevel"
|