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

DateTimeScaleChangedEventArgs.IntervalOptionsChangeInfo Property

Returns information about DateTimeIntervalOptions class property value changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public DateTimeIntervalOptionsChangeInfo IntervalOptionsChangeInfo { get; }

Property Value

Type Description
DateTimeIntervalOptionsChangeInfo

An object that contains information about DateTimeIntervalOptions class property value changes.

See Also