about StackedBarChart

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

about StackedBarChart

Post by Yossie » Thu Feb 13, 2003 2:54 am

Hi,

CategoryPlot#setLabelsVisible does not become effective in StackedBarChart.
Is there a way of displaying a value on StackedBarChart?

Thanks,
Yossie

Arnaud

Re: about StackedBarChart

Post by Arnaud » Thu Feb 13, 2003 10:55 am

Hello,

First remark : the setLabelsVisible visible is now deprecated ; use instead setValueLabelsVisible.

Second remark : there were several topics on that subject, and David explained that some contributors did add the first functionnalities on certain kind of plots. As now, the labels can be drawn on verticalBarRenderer and LineAndShapeRenderer, horizontalBarRenderer (but labels are not well positioned)... this has not been implemented yet on the other renderers.

Third remark : there will perhaps be some more changements on those functionnalities... I currently have the need to display value labels in the stackedBars and I'll try to write some code for that. I hope to propose something within 2 weeks.

Stay tuned !

Regards,
Arnaud

Yossie

Re: about StackedBarChart

Post by Yossie » Fri Feb 14, 2003 2:49 am

Hi Arnaud thanks for your answer.

>First remark : the setLabelsVisible visible is now deprecated ; use instead setValueLabelsVisible.
I am sorry. It has noticed, after posting.

>Second remark : there were several topics on that subject, and David explained that some contributors did add the first functionnalities on certain kind of plots.
It was not found although Topics was searched.
About what time is topics? Please let me know.

>Third remark : there will perhaps be some more changements on those functionnalities...
I wish that be able to display by the next release.

>I'll try to write some code for that. I hope to propose something within 2 weeks.
Would you show me the corrected code, if it succeeds?


thanks and regards.
Yossie

Locked