TiPercentBar.LegendShowPercent
TiPercentBar
Specifies whether the percent column is shown in the legend.
property LegendShowPercent : Boolean;
Description
Use LegendShowPercent to specify whether the percent column is shown in the
legend.
Example
Delphi
iComponent.LegendShowPercent := True;
C++ Builder
iComponent->LegendShowPercent = True;
Contents | Index | Previous | Next