TCustomChart.Title

TCustomChart.Title
TCustomChart

property Title: TChartTitle;

Unit
Chart

Description
The Title property defines the Text and formatting properties to be drawn at Top Chart side.
Use the Text property to enter the desired Title lines, set Visible to True and change the Font, Frame and Brush properties.

Use the Alignment property to control text output position.

Chart1.Title.Text.Clear;
Chart1.Title.Text.Add( 'Hello' );
Chart1.Title.Text.Add( 'World' );