I have a reasonably complicated setup with a chart on a control loaded on the fly according to this and that.
Now, the first time the asp.net postback occurs in order to render the chart, all the axes, title, legend etc draw fine. However, the chart series line does not appear, only the 'spinner'. I know the code to draw the line is being run.
On a subsequent postback (e.g. when the browser is resized and I explicitly set chart size), the line draws correctly.
Any ideas why the line should not appear first time?
thanks
Now, the first time the asp.net postback occurs in order to render the chart, all the axes, title, legend etc draw fine. However, the chart series line does not appear, only the 'spinner'. I know the code to draw the line is being run.
On a subsequent postback (e.g. when the browser is resized and I explicitly set chart size), the line draws correctly.
Any ideas why the line should not appear first time?
thanks