Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I used setItemsCount() method to manage height of the bin in my SimpleHistogram from JFreeChart. Yet, it does something weird: when I set for example 1, it shows 1.4

Besides this method's argument is Integer, while i need double

share|improve this question
Could you post your example source code? – Dougman Apr 15 '10 at 2:52

1 Answer

I'd suggest asking on the JFreeChart forums

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.