Show contents 

IChart > Chart Assembly Interfaces > IChartStyleAbsoluteGroup > IChartStyleAbsoluteGroup.Item

IChartStyleAbsoluteGroup.Item

Fore Syntax

Item(Index: Integer): IChartStyleRelativeGroup;

Fore.NET Syntax

Item[Index: Integer]: Prognoz.Platform.Interop.Chart: IChartStyleRelativeGroup;

Parameters

Index. Index of relative series group, which must be obtained.

Description

The Item property returns the specified relative series group.

Example

The property use is given in description of IChartStyleRelativeGroup.Item.

See also:

IChartStyleAbsoluteGroup