Hi,
CategoryPlot#setLabelsVisible does not become effective in StackedBarChart.
Is there a way of displaying a value on StackedBarChart?
Thanks,
Yossie
about StackedBarChart
Re: about StackedBarChart
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
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
Re: about StackedBarChart
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
>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