IStrings.Add
IStrings

function Add(AItem: OleVariant): Integer;

Type Library
TeeChartx

Description
Use the IStrings Add method to add new text to the TChart Header.

Example [Visual Basic]:

TChart1.Header.Text.Add "Mytext"

To add a second line simply:

TChart1.Header.Text.Add "My second line of text"