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.v19.2.dll

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