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