ITChart.SeriesTitleLegend
ITChart

function SeriesTitleLegend(ASeriesIndex: Integer): WideString;

Type Library
TeeChartx

Description
The SeriesTitleLegend function returns the Series.Title string.

SeriesTitleLegend Example

That will assign the first Chart Series Title to a label caption

Label1.Caption = TChart1.SeriesTitleLegend(0)