SSRS card series header does not display all text
I am making a chart report using SSRS
I have a problem: my long series label doesn't display all the text. For example
If the shortcut is "Personal Computer" it shows "Personal C ......"
see image below

and that's the whole area of ββthe diagram

it has more space between the legend label and the series I want to use that space to show all text like this

How to solve this problem?
Thank.
source to share
You need to correct the height of the chart so that it is about half the height of the chart. This then allows enough space for the x-axis labels. You also set the minimum and maximum font size for the x axis. I suggest 6 to 8 pt.
Try setting the label rotation to 90 degrees instead of 45, also make sure the x-axis spacing is set to 1 and not automatic.
[Also have a look at this article] ( http://www.douglane.net/fit-chart-labels-in-ssrs/ )
source to share