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