How can I set the height to a SimpleHistogramBin cell in SimpleHistogramDataset?

I used a method setItemsCount()

to control the height of the bin in my SimpleHistogram

from JFreeChart

. However, it does something weird: when I install example 1, it shows 1.4

Other than this method argument Integer

, whereas I needdouble

+1


source to share


1 answer


I suggest asking the forums for JFreeChart



0


source







All Articles