Skip to main content
All docs
V26.1
  • TimeSpanScaleChangedEventArgs.MeasureUnitMultiplierChange Property

    Returns information about measurement unit multiplier changes.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    Declaration

    public ValueChangeInfo<int> MeasureUnitMultiplierChange { get; }

    Property Value

    Type Description
    ValueChangeInfo<Int32>

    A ValueChangeInfo<T> object that contains information about measurement unit multiplier changes.

    Remarks

    If the measurement unit multiplier is not changed, ValueChangeInfo<T>.OldValue is equal to ValueChangeInfo<T>.NewValue.

    See Also