IChartStyleRelativeGroup.Add

Fore Syntax

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

Fore.NET Syntax

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

Parameters

Serieidx. Series index.

ToTheBeginning. An indicator of locating a newly created relative group of series in the top or in the bottom of a list of groups of series. If the value is True, the group is located in the top.

Description

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

Comments

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

See also:

IChartStyleRelativeGroup