Skip to main content
All docs
V25.1
  • TimeSpanIntervalOptionsChangeInfo.UnderflowValueChange Property

    Returns information about underflow value changes.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public ValueChangeInfo<TimeSpan?> UnderflowValueChange { get; }

    Property Value

    Type Description
    ValueChangeInfo<Nullable<TimeSpan>>

    Stores information about overflow value changes.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to UnderflowValueChange
    TimeSpanScaleChangedEventArgs
    .IntervalOptionsChangeInfo .UnderflowValueChange
    See Also