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

    Returns information about interval width changes.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v26.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public ValueChangeInfo<double?> IntervalWidthChange { get; }

    Property Value

    Type Description
    ValueChangeInfo<Nullable<Double>>

    The interval width change info.

    Remarks

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

    See Also