Back to Devexpress

HistogramBinType Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-1a56aa5d.md

latest1.5 KB
Original Source

HistogramBinType Enum

Lists values that specify how to calculate bin intervals for a histogram series.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum HistogramBinType
vb
Public Enum HistogramBinType

Members

NameDescription
Automatic

The bin width is calculated automatically.

| | BinWidth |

Uses the HistogramSeriesOptions.BinWidth property to define the width of histogram bins.

| | BinCount |

Uses the HistogramSeriesOptions.BinCount property to define the number of histogram bins.

| | ByCategory |

Groups the same categories and sums values in the value axis. Applies only to the text-based category axis.

|

The following properties accept/return HistogramBinType values:

See Also

DevExpress.Spreadsheet.Charts Namespace