Histogram Properties |
The Histogram type exposes the following members.
| Name | Description | |
|---|---|---|
| Bins | Gets the bin boundaries of the histogram. | |
| Counts | Gets the counts for each bin in the histogram. | |
| NumBins | Gets the number of bins in the histogram. | |
| NumLarger | Gets the number of data points that were larger than the largest bin boundary. | |
| NumSmaller | Gets the number of data points that were smaller than the smallest bin boundary. | |
| Total | Gets the total number of data points added to this histogram. |