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 |
Dev@nlkss
134 Posts |
Posted - 2009-03-02 : 23:23:28
|
Hi,I am displaying data by using column chart.how do i display value on column bar.and how can i fix the width of the bar.$atya.Love All Serve All. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-03-03 : 10:04:23
|
the value can be shown on column bar using show label property. the width of bar is automatically fixed based on number of data values to be plotted. you could however do a work around like belowhttp://msdn.microsoft.com/en-us/library/aa964128.aspx |
 |
|
Dev@nlkss
134 Posts |
Posted - 2009-03-04 : 03:47:27
|
Thanks Visakhits working.And in one of my reports have Matrix control,line and chart control.How can i increase the length of the line control automatically based on max size of either of Matrix or Chart control.$atya.Love All Serve All. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-03-04 : 09:32:30
|
i dont think you can change the length of line dynamically |
 |
|
Dev@nlkss
134 Posts |
Posted - 2009-03-04 : 22:55:26
|
ok.Is there any other way bcoz i have to use line control to distinguish matrix and chart control.$atya.Love All Serve All. |
 |
|
|
|
|