HistogramBinType Enum
In This Article
Lists values that specify how to calculate bin intervals for a histogram series.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Members
Name | Description |
---|---|
Automatic
|
The bin width is calculated automatically. |
Bin
|
Uses the Histogram |
Bin
|
Uses the Histogram |
By
|
Groups the same categories and sums values in the value axis. Applies only to the text-based category axis. |
#Related API Members
The following properties accept/return HistogramBinType values:
See Also