Search found 7 matches

by dings
Fri May 09, 2008 3:10 pm
Forum: JFreeChart
Topic: Toolitps with Escape-Characters
Replies: 2
Views: 5416

Overlib escapes

I have the exact same problem, so I'm curious as to whether you
found a simple solution.

--
dings
by dings
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...
by dings
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...
by dings
Thu May 10, 2007 11:52 am
Forum: JFreeChart
Topic: StackedBarRenderer3D, DrawBarOutline false but painted.
Replies: 5
Views: 6332

It wasn't supposed to say "there." Also true for 1.0.5
by dings
Thu May 10, 2007 11:51 am
Forum: JFreeChart
Topic: StackedBarRenderer3D, DrawBarOutline false but painted.
Replies: 5
Views: 6332

Jepp, noticed it worked when I reverted to 1.0.1.
There I noticed that imagemaps are defined
on the front of the 3D stacked bars. Not including
sides/top like they are in Barchart3D.

No big issue, for anyone I would guess. Just
thought I should mention it.
by dings
Fri May 04, 2007 1:01 pm
Forum: JFreeChart
Topic: StackedBarRenderer3D, DrawBarOutline false but painted.
Replies: 5
Views: 6332

Jepp, that hides them.

It also made me realise that with the StackedBarRenderer3D the
bar colors aren't shaded/twotoned with the 3D effect as they are
with BarRendrer3D. Looks kinda "corny" without the outlines. :)

I'm probably making some obvious mistake, that only I can miss.
by dings
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...