Property SLScope.TSLBasicAxisValue.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: TSLBasicAxisValue
Contents |
Syntax
Delphi:
property AutoScale : Boolean read FAutoScale write SetAutosize default True;
C++ Builder:
__property bool AutoScale = { read=FAutoScale, write=SetAutosize, default=True };
Summary
Enables auto-scaling of the axis value.
Description
If set to True, the value will be automatically calculated.
Otherwise the Value property will be used.