DateTimeIntervalOptions Class
In This Article
Stores options for the date-time axis when its ScaleMode is Interval.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public sealed class DateTimeIntervalOptions :
IntervalOptionsBase
#Related API Members
The following members return DateTimeIntervalOptions objects:
#Remarks
The DateTimeIntervalOptions class introduces the UnderflowValue and OverflowValue properties that specify thresholds for the underflow and overflow intervals.
#Inheritance
Object
ChartElement
IntervalOptionsBase
DateTimeIntervalOptions
See Also