Skip to main content
A newer version of this page is available. .
All docs
V22.2

TimeSpanScaleChangedEventArgs.MeasureUnitChange Property

Returns information about measurement unit changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v22.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ValueChangeInfo<TimeSpanMeasureUnit> MeasureUnitChange { get; }

Property Value

Type Description
ValueChangeInfo<TimeSpanMeasureUnit>

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

Remarks

If the measurement unit is not changed, ValueChangeInfo<T>.OldValue is equal to ValueChangeInfo<T>.NewValue.

See Also