Adding many series gives slow response time (vs. ActiveX)

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Midnightprowler
Newbie
Newbie
Posts: 4
Joined: Fri Aug 01, 2003 4:00 am
Contact:

Adding many series gives slow response time (vs. ActiveX)

Post by Midnightprowler » Fri Feb 06, 2004 8:22 am

I have noticed that adding quite a few series (eg. 80) to Teechart .NET makes functions very slow (eg. zooming, panning). When we use TeeChart for ActiveX the response time seems to be fine, but then we have problems using other functions used in .NET. Just wondering if anyone has any suggestions to get response time faster in .NET TeeChart.
Thanks

Marc
Site Admin
Site Admin
Posts: 1217
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Post by Marc » Wed Feb 18, 2004 8:31 am

Hello,

Improving performance is one of the areas we're working on with TeeChart for .NET. The TeeChart processing routines between the ActiveX and C#.NET are virtually identical, the performance difference comes from within the .NET Framework itself. We are looking at optimisation options.

In the short term some improvements may be gained by using the TChart.AutoRepaint property to restrict repaints of the Chart to moments when it is required (ie. after all function updates have been performed).

Regards,
Marc Meumann
Steema Support

Post Reply