legend anchor

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
jacobo
Posts: 2
Joined: Fri Mar 14, 2003 5:27 pm

legend anchor

Post by jacobo » Fri Mar 14, 2003 5:39 pm

Hi, i have develop a few days graphics with Jfreechart and I haven´t a lot Knowledges about .
I want set the anchor of legend because I want to show the legend of two in two, this is:
--------------------------
|serie1 serie2 |
|serie3 serie4 |
. . |
. . |
--------------------------
By default jfreechart paint ....
-------------------------- ----------
|serie1 serie2 serie3|
|serie4 |
------------------------------------

how can do it, can I order de Leyend alphabeticaly
Thanks fol all

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Fri Mar 14, 2003 5:54 pm

There's currently no control over the layout of the items within the legend. The anchor only controls where the legend appears relative to the chart. That is, NORTH, SOUTH, EAST or WEST.

Regards,

Dave Gilbert

Locked