Back to Devexpress

DateTimeIntervalOptions Class

corelibraries-devexpress-dot-xtracharts-c9fdd277.md

latest1.8 KB
Original Source

DateTimeIntervalOptions Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public sealed class DateTimeIntervalOptions :
    IntervalOptionsBase
vb
Public NotInheritable Class DateTimeIntervalOptions
    Inherits IntervalOptionsBase

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

Histogram

DateTimeIntervalOptions Members

DevExpress.XtraCharts Namespace