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

DateTimeIntervalOptions.OverflowValue Property

Gets or sets the overflow interval’s start value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public DateTime? OverflowValue { get; set; }

Property Value

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