Search found 4 matches
- Thu Dec 23, 2004 12:05 pm
- Forum: JFreeChart
- Topic: Hide certain series in the legend
- Replies: 5
- Views: 17166
- Thu Dec 02, 2004 11:25 am
- Forum: JFreeChart
- Topic: Item value display problem
- Replies: 5
- Views: 6711
- Fri Nov 19, 2004 11:09 am
- Forum: JFreeChart
- Topic: Item value display problem
- Replies: 5
- Views: 6711
- Fri Nov 19, 2004 8:32 am
- Forum: JFreeChart
- Topic: Item value display problem
- Replies: 5
- Views: 6711
Item value display problem
I have a chartapplet drawing both bars and lines. I'm using a XYBarRenderer for the bars and a StandardXYItemRenderer for the lines. I want to to display ItemLabels and to do this I use the following code: renderer.setLabelGenerator(new StandardXYLabelGenerator()); renderer.setItemLabelsVisible(true...