Back to Devexpress

TimeSpanScaleOptions.IntervalOptions Property

corelibraries-devexpress-dot-xtracharts-dot-timespanscaleoptions-8d635403.md

latest1.5 KB
Original Source

TimeSpanScaleOptions.IntervalOptions Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
TimeSpanIntervalOptions

The time-span axis’s interval settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IntervalOptions
AxisBase

.TimeSpanScaleOptions .IntervalOptions

|

See Also

TimeSpanScaleOptions Class

TimeSpanScaleOptions Members

DevExpress.XtraCharts Namespace