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 |
Adam West
Constraint Violating Yak Guru
261 Posts |
Posted - 2009-12-14 : 11:35:45
|
I am using the pie chart in Reporting services. It gives a prefixed legend that is hard to read. They are to the right of the pie. The user would like to see this legend more underneath the pie as a table. Any ideas on how to do this without custom coding? |
|
JCirocco
Constraint Violating Yak Guru
392 Posts |
Posted - 2009-12-14 : 13:32:40
|
AW, How about including a normal table below the pie chart and hide any text boxes (columns/rows) that are not represented on the Chart? Just a thought.JohnIt's a small world (but I wouldn't want to paint it) |
 |
|
Adam West
Constraint Violating Yak Guru
261 Posts |
Posted - 2009-12-14 : 13:48:50
|
quote: Originally posted by JCirocco AW, How about including a normal table below the pie chart and hide any text boxes (columns/rows) that are not represented on the Chart? Just a thought.JohnIt's a small world (but I wouldn't want to paint it)
John, I was hoping that something was built-in but this is a good suggestion. |
 |
|
|
|
|