ros Report post Posted August 7, 2009 Hi, I try to draw a pie 3D. When I click on the chart with right bottom I see that I can switch in 2D / 3D view. I want to do a javascript function to do this. I saw that for MSCombi3D chart there is chartId.view3D(); and I tried to use the same function for my Pie3D chart but it doesn't work. Anyone can help me? Thanks a lot. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 8, 2009 Hello, This is not possible using the Pie 3D chart. It comes by default in 3D mode. Share this post Link to post Share on other sites
ros Report post Posted August 10, 2009 Sorry but I think that I didn't explain my problem in right way. I saw that when I use a Pie 3D I can see the chart both 2D mode and 3D mode. It is a property of Pie3D.swf I think. My problem is that this operation is possible only when I click on the chart (rigth click and select 'view 2D'). Is there a javascript function that do this? Like chartId.view2D() for example? I saw that for other .swf there is. thank you Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 10, 2009 Hey Ros, This is partially possible. You may have a java script function that calls the same chart to render in 3D but that will have to be another new chart, alongside the 2D chart that you're trying to convert to 3D. The effect won't be that of right-clicking on the chart and clicking on 'view as 3D'. :pinch: Share this post Link to post Share on other sites
ros Report post Posted August 11, 2009 Ok. Thanks a lot Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 11, 2009 You're most welcome! Share this post Link to post Share on other sites