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....



ScaleInscript


Unit:SDL_scale
Class:TScale
Declaration:property ScaleInscript: string;

The property ScaleInscript allows to add extra text to the scale labels. The text may precede numeric labels, or follow it, or even embed it. The position of the numeric label within the extra text can be specified by an "&" character in the text. The "&" character is a place holder for the numeric value and is replaced by it on the chart. The extra text may have a maximum length of 15 characters (including the "&" place holder).

Example: The figure below shows an example of how to include the string "dB" (decibel) with each numeric value on the axis. The property ScaleInscript is therefore set to "& dB".

 



Last Update: 2023-Dec-13