Back to Devexpress

DateTimeIntervalOptions.UnderflowValue Property

corelibraries-devexpress-dot-xtracharts-dot-datetimeintervaloptions.md

latest1.5 KB
Original Source

DateTimeIntervalOptions.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 DateTime? UnderflowValue { get; set; }
vb
Public Property UnderflowValue As Date?

Property Value

TypeDescription
Nullable<DateTime>

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UnderflowValue
DateTimeScaleOptions

.IntervalOptions .UnderflowValue

|

See Also

DateTimeIntervalOptions Class

DateTimeIntervalOptions Members

DevExpress.XtraCharts Namespace