Gets the numeric count of values in each interval.

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

Syntax

C#
public double[] IntervalCounts { get; }
Visual Basic
Public ReadOnly Property IntervalCounts As Double()
	Get

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