IChartStyleRelativeGroup.AddSerie

Fore Syntax

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

Fore.NET Syntax

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

Parameters

Serie. A series.

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 AddSerie method deletes 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