Animating a surface plot

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Sharpenski
Newbie
Newbie
Posts: 36
Joined: Wed Aug 24, 2016 12:00 am

Animating a surface plot

Post by Sharpenski » Tue Mar 21, 2017 4:03 pm

Hi,

I have a feature in my program which animates the surface plot by gradually rotating and elevating it on a loop cycle. The calls to do this are made from a worker thread so that the rest of the program can be freely interacted with. Unfortunately, the reults are slightly jittery and the chart is quite slow to update with a noticable flicker on each movement. Whn I rotate the image using the hand tool every transition is beautifully smooth, as I would like the animated version to be. Do you have any suggestions on how I can achieve this?

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

Re: Animating a surface plot

Post by Yeray » Wed Mar 22, 2017 8:20 am

Hello,

Here you can see the code used to rotate the chart using the Commander:
http://www.teechart.net/support/viewtop ... 143#p71143
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