lables on stacked bar

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Joanne Li

lables on stacked bar

Post by Joanne Li » Tue Feb 18, 2003 9:08 pm

I want to display both absolute values and percentage in parenthesis on my stacked bar.

Can anybody show me an example of how to setup the labels that way?

Thanks a lot.
Joanne

Mahesh

Re: lables on stacked bar

Post by Mahesh » Tue Feb 18, 2003 10:22 pm

you can use / modify StandardCategoryToolTipGenerator() class.

Arnaud

Re: lables on stacked bar

Post by Arnaud » Wed Feb 19, 2003 1:07 am

Helllo,

I'm in progress writing the valueLabelsVisible fonctionnality ; I've made a first shot for the horizontalStackedBar. It will allow You to draw the value, with Your numberFormat, in the bar. It is not planned yet to draw extra texts...

I hope to send the code at the end of next week.

Regards,
Arnaud

Locked