Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
MuraliPrasath
Creator III
Creator III

Bar Char Question.

Hi,

I have lenghty dimension names. How to wrap the lines?

Capture.JPG

I looking wrap text like this.

Capture1.JPG

How to achieve this?

2 Replies
vikasmahajan

Go to Chart properties ->Presentation->legend Setting-> Wrap Text -> Tick

HTH

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
daniel_kusiak
Creator II
Creator II

Hi, try using

=Replace(your_dimension,' ',chr(13))

or

=subfield(your_dimension,' ',1) & chr(13) & chr(10) & subfield(your_dimension,' ',2)

as Calculated Dimension

After that you can also set Dimension Axis like this: