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

NumericScaleChangedEventArgs.MeasureUnitChange Property

Returns information about measure unit changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public ValueChangeInfo<double> MeasureUnitChange { get; }

Property Value

Type Description
ValueChangeInfo<Double>

The measure unit change info.

Remarks

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

See Also