Click here to Skip to main content
15,922,145 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

i have some chart controls of .net 4 in a table.
is there a way to set the chart width same as the td of the table in which that particular chart resides?
this is because, when the screen is a widescreen, the table fills the screen but the charts are in a static smaller width

thanks
Joe
Posted

1 solution

I am not very sure, but check if the chart is being rendered as an image. Is so, you can put the align="center" property of <td>. That would center the image, but I don't know if we can stretch the image across.
 
Share this answer
 
Comments
joe_j 3-Oct-11 13:20pm    
yup, the chart is an image.
it does center it, but doesnt fill up the entire <TD>

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900