Skip to main content
A newer version of this page is available. .

DateTimeScaleChangedEventArgs.MeasureUnitMultiplierChange Property

Returns the information about the measurement unit multiplier changes.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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