Back to Devexpress

LinearScale.RescalingBestValues Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscale-3aac0d83.md

latest2.0 KB
Original Source

LinearScale.RescalingBestValues Property

Enables an algorithm for smart adjustment of the LinearScale.MinValue and LinearScale.MaxValue properties when the LinearScale.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 LinearScale.MinValue and LinearScale.MaxValue properties is enabled; otherwise, false.

|

Remarks

See LinearScale.AutoRescaling, to learn more.

See Also

AutoRescaling

LinearScale Class

LinearScale Members

DevExpress.XtraGauges.Core.Model Namespace