[]
        
(Showing Draft Content)

C1.Chart.HistogramBinning

HistogramBinning Enum

Specifies the binning mode to define the bins of a Histogram.

Namespace: C1.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public enum HistogramBinning

Fields

Name Description
Automatic

The bin width will be calculated automatically.

BinWidth

A positive decimal number for the range of a bin.

NumberOfBins

The number of bins for the histogram, including the overflow and underflow bins.