Page 1 of 1

Animating a surface plot

Posted: Tue Mar 21, 2017 4:03 pm
by 16479009
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?

Re: Animating a surface plot

Posted: Wed Mar 22, 2017 8:20 am
by yeray
Hello,

Here you can see the code used to rotate the chart using the Commander:
http://www.teechart.net/support/viewtop ... 143#p71143