Hi there!
I have drawn a vertical bar chart using the following command:
JFreeChart chart = ChartFactory.createVerticalBarChart3D("Vertical Bar Chart", "x-axis label", "y-axis label",dataset, true);
I want to adjust the position of the labels used in the above line. This is because the "Y-axis label" is overlapping with y-axis ticks in the chart.
How can I solve this problem? Any ideas???
Thanks
-Madhavi
y-axis label position
Re: y-axis label position
There is a bug in one of the JDK versions (1.3-something). I switched to the IBM JDK 1.3 and the problem doesn't occur.
Regards,
DG.
Regards,
DG.