FillSeriesItems procedure
procedure FillSeriesItems(AItems: TStrings; AList:
TCustomSeriesList; UseTitles: Boolean);
Unit
TeEngine
Description
Stores in AItems parameter, the list of Series contained in AList parameter.
Example:
FillSeriesItems(ListBox1.Items,Chart1.SeriesList);
It also stores the address (pointer) to each Series component into the "Objects" array of Items.