paleta Posted August 16, 2007 Report Share Posted August 16, 2007 Hi everybody, I am having a serious issue about the Chart rendering when AXCompat enabled. When the chart is inside a page is works ok, but when the chart is inside a user control it does not render This is the code when inside a page <script src="/ChartFX62/Temp/CFT0816_1201541BAB1.js"></script><script>cfx_replaceChart1();</script> This is the code when insde a user control <script src="/CFT0816_1208293948C.js"></script><script>cfx_replace_chart();</script> So the /ChartFX62/Temp is not added to the <script tag src Can anybody lend me a hand? Thanks. Quote Link to comment Share on other sites More sharing options...
JuanC Posted August 16, 2007 Report Share Posted August 16, 2007 We rely on the Page property to "talk" to ASP.NET so you may want to try one of the following to see if it helps a) Set the Chart.Page property. If you are creating the chart in code, try using the Constructor that receives a Page. JuanC Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.