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

In This Topic
    AboveIntervalCount Property
    In This Topic
    Gets the numeric count of values greater than the last interval.
    Syntax
    'Declaration
     
    Public ReadOnly Property AboveIntervalCount As System.Double
    public System.double AboveIntervalCount {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 greater than the ending value of the last interval are returned by the AfterIntervalCount property.
    See Also