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