Skip to main content
A newer version of this page is available. .
All docs
V21.2

TimeSpanScaleChangedEventArgs.IntervalOptionsChangeInfo Property

Returns information about changes to TimeSpan scale interval options.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public TimeSpanIntervalOptionsChangeInfo IntervalOptionsChangeInfo { get; }

Property Value

Type Description
TimeSpanIntervalOptionsChangeInfo

An object that contains information about interval options changes.

See Also