From: SourceForge.net <no...@so...> - 2005-01-08 03:18:50
|
Feature Requests item #1098301, was opened at 2005-01-07 18:41 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=366161&aid=1098301&group_id=16161 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Vertical Labels for X-axis in Cluster Bar Chart Initial Comment: 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 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-07 19:18 Message: 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=366161&aid=1098301&group_id=16161 |