This is more of an annoyance. We have this chart with a single data item and a very long horizontal label. The net effect is to push the bar itself, what little there is, way off to the right.
Is there any way to force the label to wrap into 2 lines, into a fixed vertical axis width perhaps? So far I haven't found anything.
Member
27 Points
424 Posts
Is there any way to force a label on a bar chart to wrap?
Oct 25, 2013 09:45 PM|bchernick|LINK
This is more of an annoyance. We have this chart with a single data item and a very long horizontal label. The net effect is to push the bar itself, what little there is, way off to the right.
Is there any way to force the label to wrap into 2 lines, into a fixed vertical axis width perhaps? So far I haven't found anything.
wrap SSRS label BarChart
All-Star
35159 Points
9075 Posts
Re: Is there any way to force a label on a bar chart to wrap?
Oct 26, 2013 03:30 AM|smirnov|LINK
Did you try set break manually from the code, like "line1\nline2"?
Another way might be a limiting string in length with using substring.
wrap SSRS label BarChart
Member
27 Points
424 Posts
Re: Is there any way to force a label on a bar chart to wrap?
Oct 26, 2013 08:20 AM|bchernick|LINK
No, the content of the label (or should I say data point label) is out of my control.
I might suggest that to the powers that be but it could affect display elsewhere in the system.
wrap SSRS label BarChart
Participant
1220 Points
336 Posts
Re: Is there any way to force a label on a bar chart to wrap?
Oct 30, 2013 06:18 AM|jeeveshfuloria08|LINK
Check with below link:
http://blogs.msdn.com/b/alexgor/archive/2009/03/27/displaying-categorical-axis-labels.aspx
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/MS-SQL_Reporting/A_1644-Chart-Optimization-Tips.html
wrap SSRS label BarChart