TimeSpanScaleOptions.IntervalOptions Property
In This Article
Stores options for a time-span axis when its ScaleMode is Interval.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public TimeSpanIntervalOptions IntervalOptions { get; }
#Property Value
Type | Description |
---|---|
Time |
The time-span axis’s interval settings. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Interval |
---|---|
Axis |
|
See Also