Property SLLevelDisplay.TSLLevelAxis.Autoscale
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLLevelAxis
Contents |
Syntax
Delphi:
property Autoscale : Boolean read FAutoscale write SetAutoscale default True;
C++ Builder:
__property bool Autoscale = { read=FAutoscale, write=SetAutoscale, default=True };
Summary
Specifies Autoscale mode for the axis.
Description
If set to true, the Level axis will scale automatically and
will ignore the Min and Max settings.
Otherwise the Min and Max settings will be used for scaling the axis.