Skip to main content

NumericScaleChangedEventArgs.MeasureUnitChange Property

Returns information about measure unit changes.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ValueChangeInfo<double> MeasureUnitChange { get; }

Property Value

Type Description
ValueChangeInfo<Double>

The measure unit 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