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