LinearScale.RescalingThresholdMin Property
Specifies the threshold, in percents, where the automatic correction of the LinearScale.MinValue takes place. This property is in effect if the LinearScale.AutoRescaling property is set to true.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
Single | The threshold, in percents, where the automatic correction of the LinearScale.MinValue takes place. |
Remarks
See LinearScale.AutoRescaling, to learn more.
See Also