Hi
I am creating a clustered bar chart and I have 10 items
in the X axis label. None of these items hold null
value but still every alternate label item is missing
in the chart .jpg file? I tried to set vertical
rendering of the label by using the api
valueLabelRenderer.useVerticalLabels(true); but this
api doent seem to perform any thing. Can you suggest
some means to get rid of this problem.
My environment is JDK 1.5, Tomcat 5.5, JChart0.7.5.
It would be really great if any of you can provide me
an idea.
Regards
Pradeep
Logged In: NO
Hi All
I myself found a solution. Thanks heaps for those who
maintain user-guide. The programs given are self explaining
and found solution to my problem.
If any one has similar problems please use
axisProperties.setXAxisLabelsAreVertical(true); to obtain
vertical xaxis labels.
thanks heaps for you all.
regards
pradeep