Skip to main content
A newer version of this page is available. .

ArcScale.RescalingBestValues Property

Enables an algorithm for smart adjustment of the ArcScale.MinValue and ArcScale.MaxValue properties when the ArcScale.AutoRescaling property is set to true.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(false)]
public bool RescalingBestValues { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the algorithm for the smart adjustment of the ArcScale.MinValue and ArcScale.MaxValue properties is enabled; otherwise, false.

Remarks

See ArcScale.AutoRescaling, to learn more.

See Also