Gets the numeric count of values less than the first interval.
[Visual Basic]
Public ReadOnly Property BelowIntervalCount As Double
[C#]
public double BelowIntervalCount {get;}
[Delphi]
public property BelowIntervalCount: Double read get_BelowIntervalCount;
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 less than the starting value of the first interval are returned by the BelowIntervalCount property.
See Also
ChartHistogram Class | ChartHistogram Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |