Profile Picture

ASP.Net WebForms::ThinWebClient: Force Chart to fill entire browser space

Posted By joern kunze 7 Years Ago

ASP.Net WebForms::ThinWebClient: Force Chart to fill entire browser...

Author
Message
joern kunze
Posted 7 Years Ago
View Quick Profile
Junior Member

Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)Junior Member (13 reputation)

Group: Forum Members
Last Active: 3 Months Ago
Posts: 86, Visits: 221

Hi Experts,
I have a Website with a NThinChartControl and I want to fill the chart the available space within the browser - even when I change the size of the browser window.
When I use a fixed size, the chart is displayed properly but does not look nice since either there is a lot of browser space wasted or the chart is only partially visible:
<div class="jumbotron">
   <cc1:NThinChartControl ID="NThinChartControl1" runat="server" Height="600px" Width="1200px"></cc1:NThinChartControl>
...
I tried to use Width="95%" - but this doesnt work at all.

Is there a way to make the chart automatically adapt to a different browser size ?

Thanks for your help,
Best regards,
joern




Similar Topics


Reading This Topic