We found this was an issue in our javascript where we calling the Render method on Chart Objects multiple times over a page life cycle. This was producing memory leaks in the page which resulted in IE crashing. This was fixed by changing our javascript to call the Render method once and then call the SetDataXML method once we needed to refresh the chart display.