IChartStyleRelativeGroup.AddSerie

Fore Syntax

AddSerie(Serie: IChartSerie; ToTheBeginning: Boolean): Integer;

Fore.NET Syntax

AddSerie[Serie: IChartSerie; ToTheBeginning: Boolean]: Integer;

Parameters

Serie. A series.

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 AddSerie method deletes the specified series from the group, to which it is belongs. 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