I'm interested how to scale more chart images on a web page to container control(DataList) using rendering type image..
I understand. Unfortunately, the chart image can’t be scaled on the client (browser). It is generated on the server and we need specific dimensions for this.
I looked a bit on your flash exporting issue. You are right that for your case flash rendering is good choice, but it uses a lot of computer resources and it is not good approach when there are a lot of charts on the page.
Hi,
I didn't explain well the situation
I'm using CompositeCharts and i need when the page is load to have chart images scaled at web page dimensions using rendering type Image.(When i use rendering type flash the memory usage is increasing and after a number of pege load operations the iis is getting out of memory.)
Thank you,
You need to specify the Width and Height of the chart, before it is created. If you scale the chart after that the quality won’t be good.
You can read this post too:
http://community.infragistics.com/forums/p/26063/95886.aspx