Skip to main content
A newer version of this page is available. .
All docs
V20.2

TimeSpanIntervalOptionsChangeInfo.OverflowValueChange Property

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public ValueChangeInfo<TimeSpan?> OverflowValueChange { get; }

Property Value

Type
ValueChangeInfo<Nullable<TimeSpan>>

Property Paths

You can access this nested property as listed below:

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