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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public DateTimeIntervalOptionsChangeInfo IntervalOptionsChangeInfo { get; }

Property Value

Type Description
DateTimeIntervalOptionsChangeInfo

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

See Also