Skip to main content

NumericScaleChangedEventArgs.OverflowValueChange Property

Returns information about the overflow interval value changes.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ValueChangeInfo<double?> OverflowValueChange { get; }

Property Value

Type Description
ValueChangeInfo<Nullable<Double>>

The overflow value change info.

Remarks

Note that if the overflow value is not changed, the ValueChangeInfo<T>.OldValue is equal to ValueChangeInfo<T>.NewValue.

See Also