Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[XtraSerializableProperty]
public bool RescalingBestValues { get; set; }

Property Value

Type Description
Boolean

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