ITitles.Text
ITitles
property Text: IStrings;
Type Library
TeeChartx
Description
The Text property determines the text that appears at a Chart Header or Footer. You can add or change text using the IStrings component methods:
Example [Visual Basic]:
You can add or change text using the IStrings object methods:
With TChart1.Header.Text
.Clear
.Add "Hello"
.Add "World"
End With