Hi,
I have a problem with the WebChart where after binding data manually (by adding data points to series and adding the series to layers), the chart is rendered without data. The legend reflects the correct labels but both axes are empty and so are the chart layers themselves. This started happening after I started programmatically creating and configuring the chart in the code-behind (not using markup). It worked after I made that change but stopped working recently for no good reason. I also use the same control to output the chart image to a stream and that also produces identical results.
Anybody know why this is happening? Are there any gotchas/hints/good-to-knows when initializing a chart in code-behind? THanks.
Never mind - figured it out - data was corrupt. :)
In addition to my question above: the data binding code wasn't changed when I moved the control from markup to code behind.