ITitles.Caption
ITitles

property Caption: WideString;

Type Library
TeeChartx

Description
Gets or sets the first text line of the Text String property.

TChart1.Header.Caption = "Hello"

is equivalent to:

TChart1.Header.Text.Clear

TChart1.Header.Text.Add "Hello"