LinearScale.ValueChanged Event
Fires after the scale’s current value has been changed.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
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