Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HistogramBinType Enum

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

public enum HistogramBinType

#Members

Name Description
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.

#Related API Members

The following properties accept/return HistogramBinType values:

See Also