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.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[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