ILegendTitle.Caption
ILegendTitle

property Caption: WideString;

Type Library
TeeChartx

Description
Gets or sets the string for the first line of Text TStrings property.

TChart1.Legend.Title.Caption = "Hello"

is equivalent to:

TChart1.Legend.Title.Text.Clear

TChart1.Legend.Title.Text.Add "Hello"