Skip to main content

NumericIntervalOptionsChangeInfo.WidthChange Property

Returns information about interval width changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ValueChangeInfo<double?> WidthChange { get; }

Property Value

Type Description
ValueChangeInfo<Nullable<Double>>

The information about interval width changes.

Property Paths

You can access this nested property as listed below:

Object Type Path to WidthChange
NumericScaleChangedEventArgs

Remarks

Note that if the Width value is not changed, the ValueChangeInfo<T>.OldValue is equal to ValueChangeInfo<T>.NewValue.

See Also