Skip to main content
A newer version of this page is available. .

DateTimeIntervalOptionsChangeInfo.OverflowValueChange Property

Returns information about the overflow interval value changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public ValueChangeInfo<DateTime?> OverflowValueChange { get; }

Property Value

Type Description
ValueChangeInfo<Nullable<DateTime>>

The overflow value change info.

Property Paths

You can access this nested property as listed below:

Object Type Path to OverflowValueChange
DateTimeScaleChangedEventArgs
.IntervalOptionsChangeInfo .OverflowValueChange

Remarks

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

See Also