Good evening, Right now i am working with Asp.net chart control to draw bar and line chart. here i facing one problem that i can not set chart width in percentage. And after long time searching doesn't get any feasible solution. Here i set chart width in pixel for temporary purpose
<asp:Chart ID="Chart2" runat="server" Width="960px">
i know that chart width can't b set in % its only in pixel but however i want that my chart width should adjust as the size of browser width. So is there a feasible solution to achieve this i am eagerly waiting for reply.
Thanks a lot in advance.