Skip to main content
All docs
V26.1
  • HistogramOverflowType Enum

    Specifies how a histogram handles values above or below a boundary.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum HistogramOverflowType

    Members

    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.

    Related API Members

    The following properties accept/return HistogramOverflowType values:

    See Also