Skip to main content
A newer version of this page is available. .

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

Declaration

public event CustomRescalingEventHandler CustomRescaling

Remarks

See ArcScale.AutoRescaling, to learn more.

See Also