NumericIntervalOptionsChangeInfo.OverflowValueChange Property
Returns information about the overflow interval value changes.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
ValueChangeInfo<Nullable<Double>> | The overflow value change info. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to OverflowValueChange |
---|---|
NumericScaleChangedEventArgs |
|
Remarks
Note that if the overflow value is not changed, the ValueChangeInfo<T>.OldValue is equal to ValueChangeInfo<T>.NewValue.
See Also