The IChartStyleAbsoluteGroup interface contains properties and methods for defining parameters of displaying a list of series groups.
| Property name | Brief description | |
| AbsoluteIndexOf | The AbsoluteIndexOf property returns the index of a relative group of chart series, which includes the given series. | |
| Count | The Count property returns the number of relative groups of series in a list of series groups of the chart. | |
| Item | The Item property returns the specified relative group of series. | |
| RelativeIndexOf | The RelativeIndexOf property returns the index of the specified series in a relative group of series which includes it. |
| Method name | Brief description | |
| Add | Outdated. Use IChartStyleRelativeGroup.Move and IChartStyleRelativeGroup.MoveTo. | |
| AddSerie | Outdated. Use IChartStyleRelativeGroup.Move and IChartStyleRelativeGroup.MoveTo. | |
| MakeAbsolute | The MakeAbsolute method allows to place each series to an individual group. | |
| MakeDefault | The MakeDefault method sets default series arrangement. | |
| MakeRelative | The MakeRelative method allows to place all series of the chart in one group. |
See also: