Search found 3 matches
- Fri Dec 19, 2008 6:39 am
- Forum: JFreeChart
- Topic: Handling Legend
- Replies: 8
- Views: 10946
Also just realized you can switch to the Grid Arrangement, but you would have to calculate or enter the the desired number of rows/columns, but all of the items overlap and looks like crap. Once again, it seems like you might need to think about presenting or visualizing the data in a different way....
- Fri Dec 19, 2008 6:27 am
- Forum: JFreeChart
- Topic: Handling Legend
- Replies: 8
- Views: 10946
So here's a solution: In LegendTitle.java, add you desired parameters for how you want to control the legend, e.g. Percent width, max width, max height, fixed width and height, and all the corresponding getters/setters. In LegenTitle.java's arrange method, after RectangleConstraint c = toContentCons...
- Fri Dec 19, 2008 3:37 am
- Forum: JFreeChart
- Topic: Properties- dialog
- Replies: 10
- Views: 14884
There was some earlier discussion about this topic: Poor newbies can't post URLs though... topic ID is 22660 I was going to add an Excel like "Series" editor for my plots by adding a tab for this in the chart editor, but I think I have decided to make a separate dialog altogether to do this instead ...