Search found 2 matches
- Thu Jul 13, 2006 3:05 pm
- Forum: JFreeChart
- Topic: Skip category labels
- Replies: 29
- Views: 52731
Ah, this looks to be exactly what I need, thanks for the code. One question, though... when I implement this, I wind up with the correct number of labels being drawn at the bottom, but JFreeChart seems to be allocating horizontal real estate for each of the N labels (where N is usually 5 or so, out ...
- Wed Jul 12, 2006 7:32 pm
- Forum: JFreeChart
- Topic: Modifying DateAxis for customizable range of tick marks
- Replies: 0
- Views: 1729
Modifying DateAxis for customizable range of tick marks
Hi all, I'm new to JFreeChart, and have been banging my head against the wall for a day or so trying to getit to behave how I want it to. I have a list of data coming in from a SQL query, which contains (for the sake of simplicity) a weekStartDate attribute and a count, which I want to display in a ...