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