Page 1 of 1

Multiline vertical axis title/caption

Posted: Wed Apr 13, 2011 7:56 pm
by 9641422
Hi,

I have a long caption for vertical axis which I would like to display in multiple lines. Text in the caption instead of wrapping to the next line, remains in a single line and becomes invisible beyond y-axis.

Can you please suggest something?

Thanks in advance,
Kirti

Re: Multiline vertical axis title/caption

Posted: Fri Apr 15, 2011 8:09 am
by 10050769
Hello Amol,

Text wrapping is not done automatically i.e. you'll have to use one of the chart events to:

a) retrieve chart width and title/subtitle text and size
b) based on this information, insert \n line separators at appropriate positions in text.
And also I recommend take a look in this thread concretely in last post of NarcĂ­s, so you can treat the same form the title of axis that title of chart.

I hope will helps.

Thanks,