ullasjos Report post Posted April 14, 2009 hello, is it possible to wrap the y axis names into 2 lines in Bar2D graphs, since my y axis names are long. I know its possible to wrap text in vertical(column charts). Thanks, Ullas Joseph Share this post Link to post Share on other sites
Dhruva Report post Posted April 15, 2009 Hello, It is, in fact, possible! Could you look at the following sample XML for the same? <chart> <set label='This label has been wrapped into 2 lines!' value='462000' /> <set label='A' value='857000' /> <set label='B' value='671000' /> <set label='C' value='494000' /> <set label='D' value='761000' /> <set label='This label has been wrapped into 3 lines!' value='960000' /> <set label='E' value='629000' /> <set label='F' value='622000' /> <set label='G' value='376000' /> <set label='H' value='494000' /> <set label='I' value='761000' /> <set label='J' value='960000' /> </chart> I hope this helps. Share this post Link to post Share on other sites