TiStripChart.YAxisMin
TiStripChart See Also
Specifies the minimum display value of the Y-Axis.
property YAxisMin : Double;
Description
Use YAxisMin to set or get the minimum display value of the Y-Axis.
Example
Delphi
iComponent.YAxisMin := 0;
C++ Builder
iComponent->YAxisMin = 0;
Contents | Index | Previous | Next