TTeeCustomToolSeries.Series

TTeeCustomToolSeries.Series
TTeeCustomToolSeries

property Series: TChartSeries;

Unit
TeEngine

Description
The Series property is the Series to which the Tool will apply its features.
A Tool will only be associated with these series points.
Series property can be nil (none) applying the Tool globally to
all the Chart Series or to none, depending on the derived tool object.

Example:

ChartTool1.Series := Series1 ;