Skip to main content
All docs
V25.1
  • TimeSpanIntervalOptions.OverflowValue Property

    Gets or sets the overflow interval’s start value.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public TimeSpan? OverflowValue { get; set; }

    Property Value

    Type Description
    Nullable<TimeSpan>

    The time-span value that specifies the overflow interval’s start value.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to OverflowValue
    TimeSpanScaleOptions
    .IntervalOptions .OverflowValue
    See Also