Skip to main content
All docs
V23.2

TimeSpanIntervalOptionsChangeInfo.OverflowValueChange Property

Returns information about overflow value changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ValueChangeInfo<TimeSpan?> OverflowValueChange { get; }

Property Value

Type Description
ValueChangeInfo<Nullable<TimeSpan>>

Stores information about overflow value changes.

Property Paths

You can access this nested property as listed below:

Object Type Path to OverflowValueChange
TimeSpanScaleChangedEventArgs
.IntervalOptionsChangeInfo .OverflowValueChange
See Also