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

In This Topic
    IntervalCounts Property
    In This Topic
    Gets the numeric count of values in each interval.
    Syntax
    'Declaration
     
    Public ReadOnly Property IntervalCounts As System.Double()
    public System.double[] IntervalCounts {get;}
    Remarks
    The IntervalCounts property returns a double array containing the count of values that fall within the specified intervals. The number of elements in the array is necessarily one less than the number of interval boundaries.
    See Also