Search found 1 match
- Wed Apr 06, 2011 9:07 pm
- Forum: JFreeChart
- Topic: Skip category labels
- Replies: 29
- Views: 52744
Re: Skip category labels
My copy of JFreeChart has two drawCategoryLabels, it's just that the one with a single Rectangle2D is deprecated and seemingly no longer called. Instead of overriding CategoryAxis.draw, I modified the CategoryAxisSkipLabels.drawCategoryLabels to take two Rectangle2D's. I tried to follow CategoryAxis...