Back to Devexpress

DateTimeScaleOptions.IntervalOptions Property

corelibraries-devexpress-dot-xtracharts-dot-datetimescaleoptions-ad7bd0aa.md

latest1.5 KB
Original Source

DateTimeScaleOptions.IntervalOptions Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public DateTimeIntervalOptions IntervalOptions { get; }
vb
Public ReadOnly Property IntervalOptions As DateTimeIntervalOptions

Property Value

TypeDescription
DateTimeIntervalOptions

The date-time axis’s interval settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IntervalOptions
AxisBase

.DateTimeScaleOptions .IntervalOptions

|

See Also

DateTimeScaleOptions Class

DateTimeScaleOptions Members

DevExpress.XtraCharts Namespace