TiPlotComponent.TitleVisible

TiPlotComponent See Also

Specifies whether the title is shown.

property TitleVisible : Boolean;

Description

Use TitleVisible to specify whether the title is shown.

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

Example

Delphi

iComponent.TitleVisible := True;

C++ Builder

iComponent->TitleVisible = True;

Contents | Index | Previous | Next