[]
Gets the boundary values of each interval used for the histogram.
public double[] IntervalBounds { get; }
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.