Gets the boundary values of each interval used for the histogram.
[Visual Basic]
Public ReadOnly Property IntervalBounds As Double
[C#]
public double IntervalBounds {get;}
[Delphi]
public property IntervalBounds: Double read get_IntervalBounds;
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
ChartHistogram Class | ChartHistogram Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |