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



LabelType


Unit:SDL_scale
Class:TScale
Declaration:property LabelType: TFigType;

The property LabelType determines the type of the scale labels:

ftNoFigs axis without figures but with scale ticks
ftNum axis labeled by numbers
ftTime axis labeled by a time scale (minimum tick distance is 1 millisecond)
ftDateTime scale is labeled by date and time inscription (starting with year 1 AD), property DateFormat determines the layout of the date/time labels. Please note that the property ShortTicks has no effect if LabelType is set to ftDateTime.
ftUserText axis labeled by user defined text (see UserTickText for details)



Last Update: 2008-Oct-29