Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
2k 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 ...
1
vote
2answers
312 views

DevExpress WebChartControl Pie Controlling Fill

I have been using the System.Web.UI.DataVisualization.Charting pie chart control to display pie chart. With the introduction of IE9, these graphs seem intermittantly to not load and just present the ...
1
vote
1answer
292 views

Convert a datatable to a data structure to be read by MS stacked chart control?

I have a chart control (stacked chart to be more precise) and a datatable that contains 3 columns. I want to bind them into a stacked bar chart. below is what the datatable looks like: Resource ...
1
vote
1answer
192 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 ...
0
votes
1answer
264 views

AspxPivotGrid and WebCharControl Issues

I've got two questions/issues regarding the AspxPivotGrid. When I use the customization window and add columns in the 'Row Area' and 'Data Area' and update the report. The grid generates properly but ...
0
votes
1answer
188 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? ...
0
votes
3answers
1k 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 ...