ComponentOne FlexChart for WinForms
HistogramBinning Enumeration


C1.Chart Namespace : HistogramBinning Enumeration
Specifies the binning mode to define the bins of a Histogram.
Syntax
'Declaration
 
Public Enum HistogramBinning 
   Inherits System.Enum
'Usage
 
Dim instance As HistogramBinning
public enum HistogramBinning : System.Enum 
Members
MemberDescription
AutomaticThe bin width will be calculated automatically.
BinWidthA positive decimal number for the range of a bin.
NumberOfBinsThe number of bins for the histogram, including the overflow and underflow bins.
Inheritance Hierarchy

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

See Also

Reference

C1.Chart Namespace