Gets the boundary values of each interval used for the histogram.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public double[] IntervalBounds { get; }
Visual Basic
Public ReadOnly Property IntervalBounds As Double()
	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