Gets the numeric count of values greater than the last interval.

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

Syntax

C#
public double AboveIntervalCount { get; }
Visual Basic
Public ReadOnly Property AboveIntervalCount As Double
	Get

Remarks

Sometimes a data distribution will contain values that do not fall into any of the specified intervals of a histogram. The number of values numerically greater than the ending value of the last interval are returned by the AfterIntervalCount property.

See Also