TiPlotComponent.TitleText

TiPlotComponent See Also

Specifies the title display text.

property TitleText : String;

Description

Use TitleText to get or set the title display text. To hide the title, see the TitleVisible property.

This property has been depreciated. For backward compatibility, this property will modify the Caption property of Label index 0.

Example

Delphi

iComponent.TitleText := 'Chart 1';

C++ Builder

iComponent->TitleText = "Chart 1";

Contents | Index | Previous | Next