FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / RangedHistogram Class / NumberOfBins Property

In This Topic
    NumberOfBins Property (RangedHistogram)
    In This Topic
    Gets or sets the number of bins for the histogram, including the overflow and underflow bins.
    Syntax
    'Declaration
     
    Public Property NumberOfBins As System.Integer
    public System.int NumberOfBins {get; set;}
    See Also