Reputation: 1340
Is it possible that a chart's width is inherited from its surrounding div? How to do this (in the C# code behind or the ASP code)?
Upvotes: 2
Views: 659
Reputation: 12163
I don't believe you can inherit the charts width from a Div, I'd set both using the codebehind.
You'll only have to wire this up once, per div and chart and then you can be assured that any future width changes will flow through to the chart.
Upvotes: 1