column « Legend « JFreeChart Q&A





1. Legend and sortable columns    jfree.org

So I've been trying and failing to make this work for a couple days. I've searched through the forum and not found an answer that fully answered my issue. I want to be able to associate the shape and color displayed in the chart to a specific timeseries(or item). I need this because I'm using a JTable and have implemented sortable ...

2. How to display the legend in two columns    jfree.org

Hi. Has anyone found a way how to display the legend in two columns. For example: If I have the following legendItems: Category1 = 10 Cat2 = 12 Cat3 = 13 Category4 = 9 It is displayed as shown : Category1 = 10 Cat2 = 12 Cat3 = 13 Category4 = 9 I would like to have it displayed in two ...

3. Legend in two columns    jfree.org

I also have the same problem, although the number of columns and rows tend to be more dynamic in nature. I attempted to provide my own instance of LegendTitle using a GridArrangement for arrangement, but I think after setting it all up I simply received an UnsupportedOperationException or something similar. It is quite possible that I was doing something wrong, but ...

4. Legend with names and values in own column    jfree.org

Hi, I have a pie chart with legend on the right side. Legend's labels consist of name and value. Currently I format legend labels as "{0} {1}". What I need actually, that values don't just follow the names, but will be placed in own column. It is like a table layout, where names are in first column and values in second ...