HistogramSeries.OverflowType Property
Specifies how the histogram handles values above the upper boundary.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
| Type | Description |
|---|---|
| HistogramOverflowType | The overflow 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