TiPercentBar.LegendValueMargin

TiPercentBar

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

property LegendValueMargin : Integer;

Description

Use LegendValueMargin to set the margin between the percent and value columns within the legend. If the percent column is not shown, then this value represents the margin between the value column and the title column. The LegendValueMargin value is in pixels

Example

Delphi

iComponent.LegendValueMargin := 10;

C++ Builder

iComponent->LegendValueMargin = 10;

Contents | Index | Previous | Next