Hi,
Since I have not any idea to solve my precedent questions, I try to find another solution.
In order to gain some place in my legend, is it possible to change the order of the element in the legend?
I want the text to appear in first, and then the image.
I want to have:
dddddd : ° fffffff : ° instead of ° : dddddd ° : ffffff
I am clear?
Order in Legend
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Code: Select all
LegendTitle legend = chart.getLegend();
legend.setLegendItemGraphicEdge(RectangleEdge.RIGHT);
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
That's what I thought you wanted. When you try the code I suggested, what do you see in the legend?
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

