Skip to main content

LinearScale.CustomRescaling Event

Allows you to implement a custom algorithm for adjusting the LinearScale.MinValue and LinearScale.MaxValue properties when the LinearScale.AutoRescaling property is set to true.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public event CustomRescalingEventHandler CustomRescaling

Remarks

See LinearScale.AutoRescaling, to learn more.

See Also