Hi,
I am using Reporting Services in SQL Server 2005.
I have created to two single bar charts, these have been produced by dropping 2 different bar graphs down onto the pane.... they look something like this below.
Bar graph1
550
-----
| |
| |
| |
| |
| |
| |
| |
0 -----
for example, in the above graph the maximum of the y-axis is for this graph is 550 and in the bar chart below the maximum of the y-asis is 300.
Bar graph2
300
------
| |
| |
| |
| |
| |
| |
| |
0 -----
I want to set the y-axis of the bar chart 2 chart to the max of bar chart 1
So Bar graph 2 max would be 550, and the bar will only go to 300
Please can someone help