TiSpectrumDisplay.ScaleMax

TiSpectrumDisplay

Specifies the maximum value of the scale.

property ScaleMax : Double;

Description

Use ScaleMax to provide an upper limit to the range of values specified by the BarValue procedure. For example, if ScaleMin is set to 0 and ScaleMax is set to 1000, then a call to BarValue specifying a value of 500 will result in a spectrum line 50% of the way up the scale.

Example

Delphi

iComponent.ScaleMax := 100;

C++ Builder

iComponent->ScaleMax = 100;

Contents | Index | Previous | Next