Skip to main content
All docs
V26.1
  • NumericScaleChangedEventArgs.IntervalCountChange Property

    Returns information about interval count changes.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v26.1.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