Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Friends,
I appreciate your time. I am using horizontal bar chart and trying to make the y axis dimension name fully appear. But its showing only half . Kindly could any one let me know how to show the full Y axis name ?
Attached the image for your reference.
Thank you again!
Kiruthiga
By an activated chart if you pressed ctrl+shift you will get red lines within the chart for the various chart-parts which you could drag and size with the mouse. Another approach could be to split your dimension-values into multiple lines, maybe per:
mid(Product, 1, 20) & Chr(10) & mid(Product, 21)
or with more lines and/or checking the lenght of the value and/or using subfield() + substringcount() to split it more appropriate.
- Marcus