ComponentOne FinancialChart for WPF
C1.WPF.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 Integer
    'Usage
     
    
    Dim instance As RangedHistogram
    Dim value As Integer
     
    instance.NumberOfBins = value
     
    value = instance.NumberOfBins
    public int NumberOfBins {get; set;}
    public:
    property int NumberOfBins {
       int get();
       void set (    int value);
    }
    See Also