TiPieChart.TitleMargin

TiPieChart

Specifies the margin between the title text and the bottom of the percent indicator.

property TitleMargin : Integer;

Description

Use TitleMargin to get or set the margin between the title text and the bottom of the percent indicator. The TitleMargin value is in pixels

Example

Delphi

iComponent.TitleMargin := 10;

C++ Builder

iComponent->TitleMargin = 10;

Contents | Index | Previous | Next