I have a table in my SSRS report showing several values, followed by a column chart in the last row. I require each chart column to be directly under its respective column. Currently, the columns are all stacked next to each other, and I'm unable to position them on the chart manually. Is there a way this can be done?
Example:
A B C
1 3 1
1 1 1
1 2 1
1 2 1
Total 4 8 4
|
| | | --This is how I want it to appear
|
||| --This is how it currently appears
I want to be able to spread out the columns manually so that I can place each column under its respective table column.