Back to Devexpress

TimeSpanIntervalOptions.OverflowValue Property

corelibraries-devexpress-dot-xtracharts-dot-timespanintervaloptions-47c02c8b.md

latest1.6 KB
Original Source

TimeSpanIntervalOptions.OverflowValue Property

Gets or sets the overflow interval’s start value.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public TimeSpan? OverflowValue { get; set; }
vb
Public Property OverflowValue As TimeSpan?

Property Value

TypeDescription
Nullable<TimeSpan>

The time-span value that specifies the overflow interval’s start value.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to OverflowValue
TimeSpanScaleOptions

.IntervalOptions .OverflowValue

|

See Also

Histogram

TimeSpanIntervalOptions Class

TimeSpanIntervalOptions Members

DevExpress.XtraCharts Namespace