tkeen
November 7th, 2008, 02:23 PM
Due to the large amount of data I have to chart in a bar graph I have split the data into multiple charts (each one an instance of the same template with different data). The problem that I have is that the individual charts scale the 'Y' axis according to the data on the individual chart. I need to set the charts to all use one common scale based on the overall data without user input. (this is a template that needs to auto refresh and generate reports).
Is there any way to do this? I can pass a "scale value" from the SQL stored procedure easy enough but how can I use this value to scale the charts in the subreports?
Thanks in advance for any help. It is greatly appreciated.
Is there any way to do this? I can pass a "scale value" from the SQL stored procedure easy enough but how can I use this value to scale the charts in the subreports?
Thanks in advance for any help. It is greatly appreciated.