LinearScale.ValueChanged Event
Fires after the scale’s current value has been changed.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Event Data
The ValueChanged event's data class is EventArgs.
Remarks
The ValueChanged event fires after the scale’s value (LinearScale.Value) has been changed.
See Also