Values of each bar.

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

Values of each bar.

Post by Ale » Wed Nov 01, 2000 5:45 pm

Hi... to now , I did a chart like I want, but now I have another problem... how is the way for post the values of my graph...over the bars , for example, I mean each value of each bar.

Thanks in adavance!!

David Gilbert

RE: Values of each bar.

Post by David Gilbert » Wed Nov 01, 2000 8:57 pm

There's no code in there for doing that at present, but it wouldn't be hard to modify the VerticalBarPlot.draw() method to include this. The only problem is what to do when the bars are too narrow to show the value fully...

Regards,

DG.

Patrick

RE: Values of each bar.

Post by Patrick » Wed May 23, 2001 8:23 pm

Hi David,

Great package!

Can you tell me if a solution for the case below has become
available?
If so,do you know where I can find it?

Regards,
Patrick.




Author: Ale (---.ericy.com)
Date: 11-01-00 16:45

Hi... to now , I did a chart like I want, but now I have another problem... how is the way for post the values of my graph...over the bars , for example, I mean each value of each bar.

Thanks in adavance!!


Reply To This Message
RE: Values of each bar.
Author: David Gilbert (---.lut.ntl.com)
Date: 11-01-00 19:57

There's no code in there for doing that at present, but it wouldn't be hard to modify the VerticalBarPlot.draw() method to include this. The only problem is what to do when the bars are too narrow to show the value fully...

Regards,

DG.

Locked