IChartStyleRelativeGroup

Assembly: Chart;

Description

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

Inheritance Hierarchy

          IChartStyleRelativeGroup

Comments

A relative group is formed by summation of series values. In this case the summary chart looks as follows:

Properties

  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.

Methods

  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:

Chart Assembly Interfaces