AddSerie(Serie: IChartSerie; ToTheBeginning: Boolean): Integer;
AddSerie[Serie: IChartSerie; ToTheBeginning: Boolean]: Integer;
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.
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.
The method is outdated, use IChartStyleRelativeGroup.Move and IChartStyleRelativeGroup.MoveTo.
See also: