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 TChartTitle.Text property to enter the desired Title lines, set TCustomChartElement.Visible to True and change the Font, Frame and Brush properties.
Use the TChartTitle.Alignment property to control text output position.
Chart1.Title.Text.Clear;
Chart1.Title.Text.Add( 'Hello' );
Chart1.Title.Text.Add( 'World' );