Search found 2 matches
- Thu Oct 05, 2006 10:36 am
- Forum: JFreeChart
- Topic: Multi Line Legend Item Problem
- Replies: 6
- Views: 8890
Hi David! Thanks for the patch, it works for me! I changed it a little bit, but i don't know, if this will crash at other parts of jfreechart ( the diff is against the original 1.0.2 Version ): --- org/jfree/chart/block/LabelBlock.java 2006-08-25 15:16:44.000000000 +0200 +++ org/jfree/chart/block/La...
- Wed Oct 04, 2006 1:59 pm
- Forum: JFreeChart
- Topic: Multi Line Legend Item Problem
- Replies: 6
- Views: 8890
Multi Line Legend Item Problem
Hi, i have the following Problem: I have a DefaultCategoryDataset with the following Data: dataset.addValue(calc2*0.5, "Kosten i.v.m. het inentingsprogramma (midden)\nresp. nettobesparing (rechts)", "Savings"); For the legend i create a LegendTitle and everything works fine, just the long text with ...