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

In This Topic
    IntervalBounds Property
    In This Topic
    Gets the boundary values of each interval used for the histogram.
    Syntax
    'Declaration
     
    Public ReadOnly Property IntervalBounds As System.Double()
    public System.double[] IntervalBounds {get;}
    Remarks
    The IntervalBounds property returns a double array containing the ascending values used for the boundaries of the histogram intervals, regardless of the IntervalCreationMethod used to generate the histogram. The number of elements in the array is necessarily one more than the number of intervals.
    See Also