2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / ChartHistogram Class / IntervalNumber Property

In This Topic
    IntervalNumber Property
    In This Topic
    Gets or sets the number of intervals in the histogram.
    Syntax
    'Declaration
     
    Public Property IntervalNumber As System.Integer
    public System.int IntervalNumber {get; set;}
    Remarks
    The IntervalNumber property applies only to histograms created with Automatic and SemiAutomatic methods. When the XDataBoundaries method is used, the number of intervals is defined as 1 less than the number of unique X values specified.
    See Also