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

    Returns information about the underflow interval value changes.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public ValueChangeInfo<double?> UnderflowValueChange { get; }

    Property Value

    Type Description
    ValueChangeInfo<Nullable<Double>>

    The underflow value change info.

    Remarks

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

    See Also