Skip to main content
All docs
V23.2

TimeSpanScaleChangedEventArgs.IntervalOptionsChangeInfo Property

Returns information about changes to TimeSpan scale interval options.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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