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 |
RobertParker
Starting Member
10 Posts |
Posted - 2007-11-21 : 11:50:52
|
I have a chart with columns on it, and my boss wants me to display the height of each column on the chart.Is there a way to do this? I've googled it some, and searched around in the chart properties, but I couldn't find anything. |
|
jhermiz
3564 Posts |
Posted - 2007-11-21 : 16:27:04
|
You mean the x-cordinate value?Like this:Weblog -- [url]http://weblogs.sqlteam.com/jhermiz[/url] |
|
|
RobertParker
Starting Member
10 Posts |
Posted - 2007-11-22 : 00:17:57
|
Yes exactly like that, how did you do that? |
|
|
jhermiz
3564 Posts |
Posted - 2007-11-26 : 11:34:14
|
Click on the chart itself. It will show the two areas of the chart where it says "Drop data fields here" (at the top)and "Drop category fields here" (at the bottom). You want the data fields so click on the actual data field at the top, right click it and goto properties. Click the third tab "Point Labels" and check off the "Show Point Labels".JonWeblog -- [url]http://weblogs.sqlteam.com/jhermiz[/url] |
|
|
|
|
|