Back to Devexpress

ArcScale.RescalingBestValues Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscale-5d6dbe0e.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(false)]
public bool RescalingBestValues { get; set; }
vb
<DefaultValue(False)>
Public Property RescalingBestValues As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

AutoRescaling

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace