Skip to main content

DateTimeIntervalOptionsChangeInfo.UnderflowValueChange Property

Returns information about the underflow interval value changes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ValueChangeInfo<DateTime?> UnderflowValueChange { get; }

Property Value

Type Description
ValueChangeInfo<Nullable<DateTime>>

The underflow value change info.

Property Paths

You can access this nested property as listed below:

Object Type Path to UnderflowValueChange
DateTimeScaleChangedEventArgs
.IntervalOptionsChangeInfo .UnderflowValueChange

Remarks

Note that if the underflow value is not changed, the ValueChangeInfo<T>.OldValue is equal to ValueChangeInfo<T>.NewValue.

See Also