Search found 5 matches
- Wed Jul 25, 2007 2:04 pm
- Forum: JFreeChart
- Topic: Is cewolf still alive?
- Replies: 0
- Views: 1746
Is cewolf still alive?
It seems that the project on sourcefource has been inactive for a long time. Anybody knows what's up?
- Wed Jul 11, 2007 5:45 pm
- Forum: JFreeChart
- Topic: category band paint for bar charts?
- Replies: 4
- Views: 3932
- Wed Jul 11, 2007 5:41 pm
- Forum: JFreeChart
- Topic: CategoryAxis tick labels.
- Replies: 3
- Views: 4745
I also met such a problem. My solution is to use a concrete class for category key instead of string. Like this: -------------------------------------- public class MyCategoryKey implements Comparable { private int id; /* or any other type for id, or just use key as id if the key is unique */ privat...
- Wed Jul 11, 2007 5:23 pm
- Forum: JFreeChart
- Topic: category band paint for bar charts?
- Replies: 4
- Views: 3932
- Wed Jul 11, 2007 5:05 pm
- Forum: JFreeChart
- Topic: category band paint for bar charts?
- Replies: 4
- Views: 3932
category band paint for bar charts?
I noticed that there's no category band paint for CategoryPlot as XYPlot does (domain tick bands & range tick bands). In charts of many categories and many series, it confuses me to distinguish the boundary of adjacent catigories, even though I can increase the value of category margin, especially w...