Skip to main content
All docs
V26.1
  • TimeSpanIntervalOptionsModel.UnderflowValue Property

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v26.1.Wizard.dll

    Declaration

    [PropertyForOptions]
    public TimeSpan? UnderflowValue { get; set; }

    Property Value

    Type
    Nullable<TimeSpan>

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to UnderflowValue
    TimeSpanScaleOptionsModel
    .IntervalOptions .UnderflowValue
    See Also