Histogram Bin Data
data class HistogramBinData(val id: Int, val name: String, val binNum: Int, val binLabel: String, val binLowerLimit: Double, val binUpperLimit: Double, val binCount: Double, val cumCount: Double, val proportion: Double, val cumProportion: Double)(source)
Holds the data associated with a histogram bin