I have the exact same problem, so I'm curious as to whether you
found a simple solution.
--
dings
Search found 7 matches
- Fri May 09, 2008 3:10 pm
- Forum: JFreeChart
- Topic: Toolitps with Escape-Characters
- Replies: 2
- Views: 5416
- Tue Jun 19, 2007 3:00 pm
- Forum: JFreeChart
- Topic: StackedBarChart percentages in tooltips and itemlabels
- Replies: 0
- Views: 2025
StackedBarChart percentages in tooltips and itemlabels
How would I go about making the ItemLabels and ToolTips display percentages? Or preferably both percentages and values. I guess I should be able to calculate it by looping through the dataset, but seems like the functionality is there, and I'm missing it. :) I am also wondering whether this can be d...
- Fri May 18, 2007 3:01 pm
- Forum: JFreeChart
- Topic: Formating legend in BarChart (new line for each series)
- Replies: 1
- Views: 3161
Formating legend in BarChart (new line for each series)
Im having a bit of trouble figuring out how to specify placement for the labels of different series in the legend "list". I want to do this because I have five series with quite long descriptions, this leads to four of them getting a new line in the legend and two shearing. This would look a lot bet...
- Thu May 10, 2007 11:52 am
- Forum: JFreeChart
- Topic: StackedBarRenderer3D, DrawBarOutline false but painted.
- Replies: 5
- Views: 6332
- Thu May 10, 2007 11:51 am
- Forum: JFreeChart
- Topic: StackedBarRenderer3D, DrawBarOutline false but painted.
- Replies: 5
- Views: 6332
- Fri May 04, 2007 1:01 pm
- Forum: JFreeChart
- Topic: StackedBarRenderer3D, DrawBarOutline false but painted.
- Replies: 5
- Views: 6332
- Fri May 04, 2007 10:38 am
- Forum: JFreeChart
- Topic: StackedBarRenderer3D, DrawBarOutline false but painted.
- Replies: 5
- Views: 6332
StackedBarRenderer3D, DrawBarOutline false but painted.
I'm having problems removing the outlines in a stacked, 3d barchart. Im doing the following. JFreeChart chart = ChartFactory.createStackedBarChart3D(<values>); CategoryPlot plot = chart.getCategoryPlot(); StackedBarRenderer3D renderer = (StackedBarRenderer3D)plot.getRenderer(); renderer.setItemLabel...