Skip to main content

ArcScale.CustomRescaling Event

Allows you to implement a custom algorithm for adjusting 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

public event CustomRescalingEventHandler CustomRescaling

Remarks

See ArcScale.AutoRescaling, to learn more.

See Also