Page 1 of 1

Resize Teechart Silverlight

Posted: Thu Sep 10, 2009 3:00 pm
by 13047867
Hello,
Resize according to browser window
We have a implementation of the Teechart using version for .NET web images. We are trying to use the new Silverlight version.
We want the graph to resize according to the area available on the browser, so it will be bigger or smaller whent he browser is resized.
Is this possible with Silverlight?

Thanks
Aytaç Kargınoğlu

Re: Resize Teechart Silverlight

Posted: Thu Sep 10, 2009 3:08 pm
by narcis
Hi Aytaç,

You should try using standard Silverlight controls alignment and docking properties, for example: HorizontalAlignment and VerticalAlignment.

Hope this helps!