andrei Report post Posted October 22, 2009 (edited) Hi, I have a small question: How can I display an item label, on X axis on 2 rows like: name 1 name 2 ? I'm using JAVA, I tried separating the names by '' but there is no change. Is this possible ? Thanks. P.S. I attached a sample of the XML code. sample.xml Edited October 22, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted October 22, 2009 Hi, Could you please provide us with a few more details on this issue? Like: 1. The type of chart you are using. 2. A snap shot/image of the desired effect you want on the chart. Could you please confirm whether you want a single label for two columns or something similar to that? In case, the above is true, could you please use the attribute labelStep to achieve this? Ref.- http://www.fusioncharts.com/docs/Contents/AttDesc/DataLabels.html I hope this helps. Share this post Link to post Share on other sites
andrei Report post Posted October 22, 2009 Hi, the link above is very useful, but my problem is simpler . I want one label for one column. The label content has a lot of chars. Label content example: 'FirstName1 LastName1 FirstName2 LastName2'. I want the label to be displayed on two rows, with the line break after 'LastName1', like: FirstName1 LastName1 FirstName2 LastName2 . If possible the label should be rotated diagonally:D. Is this possible ? Share this post Link to post Share on other sites
andrei Report post Posted October 22, 2009 Solved by: http://www.fusioncharts.com/forum/Topic10931-6-1.aspx#bm10935 . Thank you ! Share this post Link to post Share on other sites
Guest Madhumita Report post Posted October 22, 2009 Hello, You are most welcome. Happy FusionCharting. Share this post Link to post Share on other sites