TChartSeries.LinkedSeries

TChartSeries.LinkedSeries
TChartSeries

property LinkedSeries: TCustomSeriesList;

Unit
TeEngine

Description
(Advanced)

The LinkedSeries public property is a standard TList component that stores all Series components linked to the Series. Series can be linked to other Series by using TeeChart gallery Functions or setting the DataSource property directly. All Series maintain a list of dependent Series to notify on point value changes to allow them to recalculate and redraw. TeeChart uses this list internally so you will seldom need to access it directly.