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


https://www.nevron.com/Forum/Topic12301.aspx
Print Topic | Close Window

By joern kunze - 7 Years Ago

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
By Nevron Support - 7 Years Ago
Hi Joern,
Currently there is no such functionality but we're keen to implement it in general - probably we'll add this feature in the next major version of the control.
By joern kunze - 7 Years Ago
... that would be highly appriciated ! Are there already some plans when the next major release will be available ?

Thanks + best regards,
Joern
By Nevron Support - 7 Years Ago
Hi Joern,

It should be somewhere in Q1 next year.
By joern kunze - 6 Years Ago
... we really would like to have the described functionality, that the Chart fills automatically the entire available visible Browser-Space.  Is there now already a date fixed when this feature will be available ?

Thanks a lot,
Best regards,
Joern
By joern kunze - 6 Years Ago
After installing the new release Q18.1 I was hoping to find this feature that I can force the chart to fill the entire area. But it seems I can still only enter fixed pixel values for the width / height of the chart.  

Is there a way to make the chart taking all available space ?

Thanks for your help,
Best regards,
Joern