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

TimeSpanIntervalOptions.UnderflowValue Property

Gets or sets the underflow interval’s end value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public TimeSpan? UnderflowValue { get; set; }

Property Value

Type Description
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 Type Path to UnderflowValue
TimeSpanScaleOptions
.IntervalOptions .UnderflowValue
See Also