views:

123

answers:

1

Hi all,

I need to implement animation in Microsoft chart control like in this link.

Is it possible to implement this?

If yes then how to implement?

Please help.

Thanks in advance.

+2  A: 

Accoring to this

Does this chart controller offers Animated charts

MS Chart Controls do not offer animation.

But you can animate the Charts by using AJAX Update Panel to refresh your data.

and

chart animation

Animations are not built into the MS Chart product. ASP.NET chart is rendered as image and you can only add animations to the Windows Forms control.

astander
Is there any other way out to implement animation in MS Chart control?Please help.
Himadri