How to Write the actual values on the Linechart?
Thanks,
Write the values on the Linechart
Re: Write the values on the Linechart
As for the bar chart, except the renderer class is LineAndShapeRenderer. So you need to add some drawing code (g2.drawString(...)) to the drawCategoryItem(...) method, to put text representing data values at whatever position you require.
Regards,
DG.
Regards,
DG.
Re: Write the values on the Linechart
It would be nice if there is a property which enables to write values or not.