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