Hi,
I am right now displaying the value at the top of each bar in Barchart.
Now, I would like to display some text at the top of bar like " You stand here".
how do i do that?
Thanks,
Ratnakar
Bar Chart Labels
Re: Bar Chart Labels
Hi Ratnakar,
At the moment, you can't. You can do this for an XYPlot using chart annotations, but I haven't extended this to the CategoryPlot class yet. It won't be difficult, time is the only problem...
Regards,
DG
At the moment, you can't. You can do this for an XYPlot using chart annotations, but I haven't extended this to the CategoryPlot class yet. It won't be difficult, time is the only problem...
Regards,
DG
Re: Bar Chart Labels
How did you display the labels at top of bar charts?
Thanks?
Thanks?
Re: Bar Chart Labels
In the CategoryPlot class, there is a method setValueLabelsVisible(boolean). Setting this to true will display values above each bar.
Regards,
DG.
Regards,
DG.