TiPlotComponent.TitleMargin

TiPlotComponent See Also

Specifies the margin between the title and the top of the data view.

property TitleMargin : Double;

Description

Use TitleMargin to get or set the margin between the title and the top of the data view. The TitleMargin value is in percent of the title font height.

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

Example

Delphi

iComponent.TitleMargin := 0.50; //Half Font Height Margin

C++ Builder

iComponent->TitleMargin = 0.50; //Half Font Height Margin

Contents | Index | Previous | Next