Skip to main content

DateTimeScaleChangedEventArgs.MeasureUnitMultiplierChange Property

Returns the information about the measurement unit multiplier changes.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ValueChangeInfo<int> MeasureUnitMultiplierChange { get; }

Property Value

Type Description
ValueChangeInfo<Int32>

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

See Also