Animation effects?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
RichardS
Newbie
Newbie
Posts: 1
Joined: Wed Jan 26, 2011 12:00 am

Animation effects?

Post by RichardS » Fri Mar 25, 2011 1:24 pm

Hi - like a lot of people I expect I have increasingly seen javascript and flash charts which "grow" on screen while you are watching in quite an attractive way - eg. http://www.highcharts.com

Is there an easy way to do this with TChart?

Thanks
Richard

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Animation effects?

Post by Yeray » Mon Mar 28, 2011 2:47 pm

Hi Richard,

The TSeriesAnimationTool is shown in the example at "All features\Welcome !\Tools\Series Animation" in the feature demo application.
Another example of an animation is in the example at "What's New ?\Welcome !\New Export formats\Flash / Flex Chart" in the feature demo application.
and other animations can be achieved using a timer and changing a pie AngleSize, or adding values gradually in a line or a point series. Of course you'll have to repaint the chart each time.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply