Skip to main content
A newer version of this page is available. .

DateTimeScaleOptions.IntervalOptions Property

Stores options for a numeric axis when its ScaleMode is Interval.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public DateTimeIntervalOptions IntervalOptions { get; }

Property Value

Type Description
DateTimeIntervalOptions

The numeric axis’s interval settings.

Property Paths

You can access this nested property as listed below:

See Also