Skip to main content

DateTimeScaleChangedEventArgs.MeasureUnitChange Property

Returns information about measure unit changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ValueChangeInfo<DateTimeMeasureUnit> MeasureUnitChange { get; }

Property Value

Type Description
ValueChangeInfo<DateTimeMeasureUnit>

The ValueChangeInfo<T> of DateTimeMeasureUnit that contains 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