Property SLScope.TSLScopeAutoScalingSpace.Threshold
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: TSLScopeAutoScalingSpace
Contents |
Syntax
Delphi:
property Threshold : Cardinal read FThreshold write SetThreshold default 10;
C++ Builder:
__property unsigned int Threshold = { read=FThreshold, write=SetThreshold, default=10 };
Summary
Specifies the space threshold in percentage.
Description
Use this property to specify the space threshold in
percentage.
To avoid rapid changes of the scaling you can add some threshold in percentage. This way f the difference is bellow the threshold, the axis will not be rescaled.