Skip to main content
All docs
V25.1
  • DateTimeScaleChangedEventArgs.MeasureUnitMultiplierChange Property

    Returns information about measurement unit multiplier changes.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public ValueChangeInfo<int> MeasureUnitMultiplierChange { get; }

    Property Value

    Type Description
    ValueChangeInfo<Int32>

    The ValueChangeInfo<T> of DateTimeMeasureUnit that contains the measurement unit multiplier change info.

    Remarks

    Note that if the measure unit is not changed, the ValueChangeInfo<T>.OldValue will be equal to ValueChangeInfo<T>.NewValue.

    See Also