Back to Devexpress

DateTimeIntervalOptions.OverflowValue Property

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

latest1.5 KB
Original Source

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

Property Value

TypeDescription
Nullable<DateTime>

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to OverflowValue
DateTimeScaleOptions

.IntervalOptions .OverflowValue

|

See Also

DateTimeIntervalOptions Class

DateTimeIntervalOptions Members

DevExpress.XtraCharts Namespace