IChartStyleRelativeGroup

Description

The IChartStyleRelativeGroup interface contains properties and methods, used to work with relative groups of chart series.

Comments

Relative group is formed by summation of series values. In this case the totals chart looks like this:

Properties

  Property name Brief description
The Count property returns the number of series in the specified relative group of series of the chart
The Item property returns the absolute index of the series by its index in a relative group of chart series, to which it belongs.

Methods

  Method name Brief description

Outdated. The method is outdated, use IChartStyleRelativeGroup.Move and IChartStyleRelativeGroup.MoveTo.

Outdated. The method is outdated, use IChartStyleRelativeGroup.Move and IChartStyleRelativeGroup.MoveTo.
The Move method moves the series within one relative group of chart series.
The MoveTo method moves the series from one relative group of series of the chart to another one.

See also:

Chart Assembly Interfaces