TimeSpanIntervalOptions Class
Stores options for the time-span axis when its ScaleMode is Interval.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public sealed class TimeSpanIntervalOptions :
IntervalOptionsBase
Related API Members
The following members return TimeSpanIntervalOptions objects:
Remarks
The TimeSpanIntervalOptions class introduces the UnderflowValue and OverflowValue properties that specify thresholds for the underflow and overflow intervals.
Inheritance
Object
ChartElement
IntervalOptionsBase
TimeSpanIntervalOptions
See Also