Searched refs:getMinBin (Results 1 – 2 of 2) sorted by relevance
216 double getMinBin() { in getMinBin() method in HistogramChart.HistogramData274 return value * getBinWidth() + getMinBin(); in getDisplayValue()
78 assertEquals(10d, data.getMinBin(), 0.000001); in testDisplayValue()