IChartStyleRelativeGroup.Add

Fore Syntax

Add(SerieIdx: Integer; ToTheBeginning: Boolean): Integer;

Fore.NET Syntax

Add[SerieIdx: Integer; ToTheBeginning: Boolean]: Integer;

Parameters

Serieidx. Series index.

ToTheBeginning. Indicates whether a newly created relative series group is located at the top or at the bottom of a list of series groups. If the value is True, the group is located at the top.

Description

The Add method removes the specified series from the group, to which it belongs. Then it creates a new relative group and adds this series to it. After that the method returns the index of the created group.

Comments

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

See also:

IChartStyleRelativeGroup