Refresh delay with many TeeChart clients

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Petr
Newbie
Newbie
Posts: 39
Joined: Wed Jul 24, 2013 12:00 am

Refresh delay with many TeeChart clients

Post by Petr » Fri Mar 28, 2014 9:13 am

Hi, In my application(realtime) a use to draw multiple series with teechart, and there's an ebility to export any series to the independent window, which is the same as the original, but contains only this series. I use Refresh() method every time i put new data to teechart. Increasing repainting frequency in this windows it's easy to see that if some series is exported to it's own window( control with teechart ) there are some redrawing delays( in my app ther's a field that shows last added value, and it updates at time ). probably there's any other way to redraw chart at time?

Petr
Newbie
Newbie
Posts: 39
Joined: Wed Jul 24, 2013 12:00 am

Re: Refresh delay with many TeeChart clients

Post by Petr » Fri Mar 28, 2014 12:26 pm

In post http://www.teechart.net/support/viewtop ... =4&t=14802 i attached application with which you can see the problem as is. You should add some plots to chart and after that press "Show in new window button". In new windiw change 1 Hz to 5 Hz and you'll be able to see the problem.

Post Reply