webchartcontrol

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 runtime? ...

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 anybody have any solution? Here is the source (it contains also unneeded tags, I just copied-paste) <div> <asp:UpdatePanel ID="UpdatePane...

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 and climbing and finally low memory and the system either requires a hard boot or if we can do an iisreset in time. Any ideas? ...

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? Thanks, Geetha ...

DEVX Web chart control

i am using DEVX Webchart control.. Bind x-Axis values: <dxchartsui:WebChartControl ID="ChartOPCGraph" runat="server" Height="400px" Width="700px" ClientInstanceName="ChartOPCGraph" DiagramTypeName="XYDiagram"> <Diagra...

Add Multiple trend lines to single chart using asp.net chart control ?

using FinancialFormula we can get only one RegressionType like Linear , Exponential , Logarithmic , Power trend line will display in single chart. Is it possible to add all these four regression types to chart. How can we do that using asp.net chart control? or is there any free chart control that support these? ...

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

Hi, 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 | Queue | Hoursworked Billy Jones | Projects - Internal | 234 Billy Jones | Tier 1 Support | 234 Alan Clark...