ComponentOne Xamarin Edition
HistogramBinning Enumeration
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace : HistogramBinning Enumeration
Specifies the binning mode to define the bins of a Histogram.
Syntax
public enum HistogramBinning : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Chart.HistogramBinning

See Also

Reference

C1.Xamarin.Forms.Chart Namespace