Click or drag to resize

Histogram Properties

The Histogram type exposes the following members.

Properties
 NameDescription
Public propertyBins Gets the bin boundaries of the histogram.
Public propertyCounts Gets the counts for each bin in the histogram.
Public propertyNumBins Gets the number of bins in the histogram.
Public propertyNumLarger Gets the number of data points that were larger than the largest bin boundary.
Public propertyNumSmaller Gets the number of data points that were smaller than the smallest bin boundary.
Public propertyTotal Gets the total number of data points added to this histogram.
Top
See Also