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

In This Topic
    BelowIntervalCount Property
    In This Topic
    Gets the numeric count of values less than the first interval.
    Syntax
    'Declaration
     
    Public ReadOnly Property BelowIntervalCount As System.Double
    public System.double BelowIntervalCount {get;}
    Remarks
    Sometimes a data distribution will contain values that do not fall into any of the specified intervals of a histogram. The number of values numerically less than the starting value of the first interval are returned by the BelowIntervalCount property.
    See Also