TiSpectrumDisplay.ScaleMin
TiSpectrumDisplay
Specifies the minimum value of the scale.
property ScaleMin : Double;
Description
Use ScaleMin to provide an upper limit to the range of values specified by the BarValue procedure. For example, if ScaleMin is set to -100 and ScaleMax is set to 100, then a call to BarValue specifying a value of 0 will result in
a spectrum line 50% of the way up the scale.
Example
Delphi
iComponent.ScaleMin := 0;
C++ Builder
iComponent->ScaleMin = 0;
Contents | Index | Previous | Next