TiPercentBar.LegendShowValue

TiPercentBar

Specifies whether the value column is shown in the legend.

property LegendShowValue : Boolean;

Description

Use LegendShowValue to specify whether the value column is shown in the legend.

Example

Delphi

iComponent.LegendShowValue := True;

C++ Builder

iComponent->LegendShowValue = True;

Contents | Index | Previous | Next