Everything is slow if I plot a large dataset

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

Everything is slow if I plot a large dataset

Post by Sharpenski » Thu Feb 09, 2017 4:21 pm

Hi,

I've noticed that when plotting a very large dataset in a surface plot that almost everything else in the program which involved some sort of animation (e.g. zoom, rotate, spinedit) becomes slow. As these features are built in to the component I can't think of a way to increase performance. Do you have any suggestions?

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

Re: Everything is slow if I plot a large dataset

Post by Yeray » Fri Feb 10, 2017 9:19 am

Hello,

Find here some tips to improve the performance when drawing many points. The majority are related to the TFastLineSeries, but some of them are more general.

Also note you may want to disable Hover feature if it's enabled.
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