Back to Devexpress

TimeSpanIntervalOptions Class

corelibraries-devexpress-dot-xtracharts-9f08445b.md

latest1.8 KB
Original Source

TimeSpanIntervalOptions Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public sealed class TimeSpanIntervalOptions :
    IntervalOptionsBase
vb
Public NotInheritable Class TimeSpanIntervalOptions
    Inherits 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

Object ChartElement IntervalOptionsBase TimeSpanIntervalOptions

See Also

Histogram

TimeSpanIntervalOptions Members

DevExpress.XtraCharts Namespace