Hi,
I use JFreeChart to plot a LineChart, I put my data in a 2-dim double array.
In the graph, it displays the Y value of my chart, but can someone please tell me how to control the no of digits it display after the decimal?
Thanks.
Sam
LineChart
Re: LineChart
The setLabelFormatString(...) method in the CategoryPlot class controls the format of value labels on the chart.
Regards,
DG.
Regards,
DG.