Skip to main content
All docs
V26.1
  • HistogramSeries.UnderflowType Property

    Specifies how the histogram handles values below the lower boundary.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public HistogramOverflowType UnderflowType { get; set; }

    Property Value

    Type Description
    HistogramOverflowType

    The underflow type.

    Available values:

    Name Description
    None

    The chart does not include the overflow (or underflow) bin.

    Automatic

    A threshold value for the overflow (or underflow) bin is calculated automatically.

    Fixed

    The Overflow (or Underflow) property specifies a threshold value for the overflow (or underflow) bin.

    See Also