The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Logarithmic


Unit:SDL_scale
Class:TScale
Declaration:property Logarithmic: boolean;

The property Logarithmic defines the type of scaling. If Logarithmic is set to TRUE, logarithmic scales are used, otherwise the data is displayed on a linear scale.

Hint: Logarithmic can be set to TRUE only if both RangeLow and RangeHigh are greater than zero. In the case of negative scales the setting of the Logarithmic property will not have any effect and Logarithmic is automatically reset to FALSE.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): rchmovel, rchzoomp



Last Update: 2023-Dec-13