Skip to main content

NumericScaleChangedEventArgs.IntervalCountChange Property

Returns information about interval count changes.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ValueChangeInfo<int?> IntervalCountChange { get; }

Property Value

Type Description
ValueChangeInfo<Nullable<Int32>>

The interval count change info.

Remarks

Note that if the number of intervals is not changed, the ValueChangeInfo<T>.OldValue will be equal to ValueChangeInfo<T>.NewValue.

See Also