Sign in to follow this  
Dhruva

Wrapping Names into 2 lines in Bar2D chart

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this