Back to Devexpress

TimeSpanIntervalOptions.UnderflowValue Property

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

latest1.6 KB
Original Source

TimeSpanIntervalOptions.UnderflowValue Property

Gets or sets the underflow interval’s end value.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Nullable<TimeSpan>

The time-span value that specifies the underflow interval’s end value.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UnderflowValue
TimeSpanScaleOptions

.IntervalOptions .UnderflowValue

|

See Also

Histogram

TimeSpanIntervalOptions Class

TimeSpanIntervalOptions Members

DevExpress.XtraCharts Namespace