Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
adlo
Posting Yak Master
108 Posts |
Posted - 2004-11-09 : 07:42:04
|
I have a bar chart and which contains monthly values of members in my database. The values vary monthly Month 1 =3000Month 2 =3002Month 3 =3004Month 4 = 3010When I draw the chart it displays the the bars in the same line!How do I set it that the chart's Y-axis start at the lowest value of my query range e.g. 3000 instead of 0 or something similar that will make the chart much more pleasing to the eye.I am using Visual Studio.NET 2003, ASP.net, IIS + SQL Server Reporting Services.Thanks for any help |
|
jhermiz
3564 Posts |
Posted - 2004-11-09 : 19:00:17
|
If you go to the MS Site under reporting services. There is a section "See Reporting Services in Action". In there, there is a demo just view that demo, it does exactly what you are doing.Jon |
 |
|
adlo
Posting Yak Master
108 Posts |
Posted - 2004-11-12 : 09:44:49
|
I want to dynamically set the Y-axis start value to the lowest value in my range. Does the demo explain this? |
 |
|
|
|
|