TiPercentBar.LegendPercentPrecision
TiPercentBar
Specifies the precision of the percent column text within the legend.
property LegendPercentPrecision : Integer;
Description
Use LegendPercentPrecision to get or set the precision of the percent column
text within the legend. To show integers only, set LegendPercentPrecision to 0.
Example
Delphi
iComponent.LegendPercentPrecision := 1;
C++ Builder
iComponent->LegendPercentPrecision = 1;
Contents | Index | Previous | Next