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

NumericScaleChangedEventArgs.IntervalOptionsChangeInfo Property

Returns information about NumericIntervalOptions class property value changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public NumericIntervalOptionsChangeInfo IntervalOptionsChangeInfo { get; }

Property Value

Type Description
NumericIntervalOptionsChangeInfo

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

See Also