TiStripChart.YAxisLabelPrecision
TiStripChart See Also
Specifies the precision of the Y-Axis labels.
property YAxisLabelPrecision : Integer;
Description
Use YAxisLabelPrecision to set the precision of the Y-Axis labels. For
example, if YAxisLabelPrecision equals 1 and the value at that label is 40.56 then the
label text will be 40.6. To show integers only, set YAxisLabelPrecision to 0.
Example
Delphi
iComponent.YAxisLabelPrecision := 1;
C++ Builder
iComponent->YAxisLabelPrecision = 1;
Contents | Index | Previous | Next