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

TimeSpanIntervalOptions Class

Stores options for the time-span axis when its ScaleMode is Interval.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public sealed class TimeSpanIntervalOptions :
    IntervalOptionsBase

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

See Also