on 2012 Oct 10 7:15 AM
Hi Experts,
I have an iChart and I want to set only ChartType property dynamically, Applet should refresh and trend that chart like Line,Bar,GroupBar which is selected from drop down....I am trying as follows
document.iChart.getChartObject().setChartType(chartType);
however first time Line chart is trending. If I select Bar its still trending Line chart only...I tried by reloading the applet as well onchange event of chartType dropdown. Any suggestions?
Regards,
Eswaraiah M.
Hi Manoj,
Thanks for the reply.
yes I am doing the same. however its not working for me. If I use different display templates then its working..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Eswaraiah,
Please try with adding document.iChart.updateChart(true); after
document.iChart.getChartObject().setChartType(chartType);
Hope it helps!!
Thanks & Regards,
Manoj Bilthare
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.