Skip to main content
All docs
V26.1
  • HistogramSeries.BinType Property

    Specifies how the histogram calculates bins.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public HistogramBinType BinType { get; set; }

    Property Value

    Type Description
    HistogramBinType

    The bin type.

    Available values:

    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.

    See Also