LinearScale.MinMaxValueChanged Event
Fires when the value of the LinearScale.MinValue or LinearScale.MaxValue property is changed.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Event Data
The MinMaxValueChanged event's data class is EventArgs.
See Also