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