Tagged Questions

0
votes
3answers
326 views

Can i get an image output for a Developer Express WebChartControl?

I have a WebChartControl on my web page. When the chart was generated, an image is being produced and it was shown on the page. Is there a way to get and save this chart as an image output on …
0
votes
1answer
24 views

Webchart in asp.net

Am working with webchart control in asp.net(http://www.carlosag.net/Tools/WebChart/) The X-axis labels are long(say 30 chars) and hence gets truncated. is there a better way of displaying them? …
1
vote
1answer
44 views

Component Art WebChart causing Asp.net worker thread memory leak

We are using the Component Art WebChart for an online dynamic report and after 1 or 2 page loads of the report it throws the memory into a tail spin. The WP3 worker thread just goes to about 400mb …
2
votes
5answers
660 views

Image inside UpdatePanel not working in Firefox

I have an image that is generated automatically inside an Ajax UpdatePanel. This image is a graph that is generated from server-side code. Searching in Google, I realised it was a bug of FF. Does …