Posted By:
Devendra_Joshi
Posted On:
Friday, December 3, 2004 02:27 AM
Hi,
Can any one help me to add label to the axis to the graph
. I am using JFreeChart.
My code looks like this:
CombinedDomainXYPlot plot = new CombinedDomainXYPlot();
JFreeChart chart = new JFreeChart(plot);
ChartPanel cp = new ChartPanel(chart);