TiStripChart.XAxisMin

TiStripChart See Also

Specifies the minimum display value of the X-Axis.

property XAxisMin : Double;

Description

Use XAxisMin to set or get the minimum display value of the X-Axis.

Example

Delphi

iComponent.XAxisMin := 0;

C++ Builder

iComponent->XAxisMin = 0;

Contents | Index | Previous | Next