TiPercentBar.LegendMargin

TiPercentBar

Specifies the margin between the left side of the legend and the right side of the percent indicator bar.

property LegendMargin : Integer;

Description

Use LegendMargin to get or set the margin between the left side of the legend and the right side of the percent indicator bar. The LegendMargin value is in pixels

Example

Delphi

iComponent.LegendMargin := 10;

C++ Builder

iComponent->LegendMargin = 10;

Contents | Index | Previous | Next