HistogramSeriesOptions Properties
Contains options for histogram and Pareto series.| Name | Description |
|---|---|
| BinCount | Returns or specifies the number of bins in a histogram chart. |
| BinType | Specifies how to calculate bin intervals for a histogram. |
| BinWidth | Returns or specifies the bin width. |
| IntervalClosedSide | Returns or specifies the closed side of bin intervals. |
| OverflowType | Returns or specifies how to create the overflow bin for a histogram chart. |
| OverflowValue | Returns or specifies a custom threshold value for the overflow bin. |
| UnderflowType | Returns or specifies how to create the underflow bin for a histogram chart. |
| UnderflowValue | Returns or specifies a custom threshold value for the underflow bin. |
See Also