FillSeriesSources procedure
procedure FillSeriesSources(Const AItems, AItems2: TStrings; Const TheSeries:
TChartSeries; AddCurrent: Boolean);
Unit
TeeFuncEdit
Description
Adds to AItems (and optionally to AItems2) all series in TheSeries.ParentChart instance that are valid candidates to be datasources of TheSeries parameter.
When AddCurrent is True, TheSeries is also added to the string list.
AItems2 is optional and can be passed nil.