TiPieChart.LegendPercentMargin

TiPieChart

Specifies the margin between the title and percent columns within the legend.

property LegendPercentMargin : Integer;

Description

Use LegendPercentMargin to set the margin between the title and percent columns within the legend. The LegendPercentMargin value is in pixels

Example

Delphi

iComponent.LegendPercentMargin := 10;

C++ Builder

iComponent->LegendPercentMargin = 10;

Contents | Index | Previous | Next