Assembly: Chart;
The IChartStyleRelativeGroup interface contains properties and methods that are used to work with relative groups of chart series.
IChartStyleRelativeGroup
A relative group is formed by summation of series values. In this case the summary chart looks as follows:
Property name | Brief description | |
The Count property returns the number of series in the specified relative series group of the chart. | ||
The Item property returns the absolute index of the series by its index in a relative series group, to which it belongs. |
Method name | Brief description | |
The Move method moves the series within one relative group of chart series. | ||
The MoveTo method moves the series from one relative group of chart series to another one. |
See also: