ComponentOne FinancialChart for WinForms
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
     
    
    <C1DescriptionAttribute("RangedHistogram.NumberOfBins", "Gets or sets the number of bins for the histogram, including the overflow and underflow bins.")>
    Public Property NumberOfBins As Integer
    [C1Description("RangedHistogram.NumberOfBins", "Gets or sets the number of bins for the histogram, including the overflow and underflow bins.")]
    public int NumberOfBins {get; set;}
    See Also