Skip to main content
All docs
V26.1
  • HistogramBinType Enum

    Specifies how a histogram calculates bin intervals.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum HistogramBinType

    Members

    Name Description
    Automatic

    Specifies automatic histogram bin calculation.

    BinSize

    Specifies histogram bin calculation by bin size.

    BinCount

    Specifies histogram bin calculation by the number of bins.

    ByCategory

    Specifies histogram bin calculation based on the number of values (categories) in the source data.

    Related API Members

    The following properties accept/return HistogramBinType values:

    See Also