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



TScaleProps


Unit:SDL_sdlbase
Class:none
Declaration:
TScaleProps = class (TPersistent)  // published properties of scales
              private
                ...(removed for brevity)
              public
                constructor Create;
                destructor Destroy;
                procedure Assign(Source: TPersistent);
                procedure Changed;
                property Center: double;
                property ScaleType: TScaleType;
              published
                property Caption: string;
                property CaptionPosX: integer;
                property CaptionPosY: integer;
                property CaptionAlignment: TAlignment;
                property CaptionAnchor: TScaleUnitAnchor;
                property ColorScale: TColor;
                property DateFormat: TDTLabel;
                property DecPlaces: integer;
                property Font: TFont;
                property Logarithmic: boolean;
                property LabelType: TFigType;
                property MinTicks: integer;
                property MinRange: double;
                property RangeLow: double;
                property RangeHigh: double;
                property ShortTicks: boolean;
                property ScaleInscript: string;
                property ScalePos: integer;
                property UserTickText: string;
                property Visible: boolean read;
                property OnChange: TNotifyEvent read;
              end;

The type declaration TScaleProps has been declared to provide convenient access to the parameters of the chart scales. For more details please read the description of the following properties: Scale1X..Scale4X, ScalePropsX, Scale1Y..Scale4Y and ScalePropsY.


Last Update: 2023-Feb-06