[]
        
(Showing Draft Content)

C1.Android.Chart.HistogramBinning

HistogramBinning Class

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

Inheritance
HistogramBinning
Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public sealed class HistogramBinning : Enum

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.

value__