I am looking for a way that the user can click and drag a 3D chart (such as a 3DColumnChart or 3DBarChart) to view it from different angles. Is this possible with the chart? As in the user could somehow click and rotate/scale the chart in real time (not just by manually setting the OrientationAngle property using a control)?
I have seen a couple sites briefly mention the ChartTransformSomething classes and events. Would these somehow be involved? Any advice and/or code snippet would be greatly appreciated.
Thanks, Jon
Hi,
Look at my friend's Realtime 3D bar-chart component: http://www.parsec.hu/ChartIt's free to download. I am sorry if you are looking for some development technics instead of using complete component.
I am using the UltraWebChart on the ASPX page. But what i need .. is to rotate the 3D chart on the client side. The code that is available on the site doesnt seem to work. Any idea how we can rotate the 3D charts on client side.