TiStripChart.TitleText

TiStripChart See Also

Specifies the title display text.

property TitleText : String;

Description

Use TitleText to set the title display text. To not show the title, set this property to an empty string.

Example

Delphi

iComponent.TitleText := 'Chart 1';

C++ Builder

iComponent->TitleText = "Chart 1";

Contents | Index | Previous | Next