Improve refresh
Posted: Wed Jul 03, 2019 9:39 am
Hello,
I have been using TeeChart for a long time but I am dealing with a slow display problem when I want to display a 2 millions points serie.
By reading documentations, I am using a TFastLineSeries serie with some particular options in order to speed up display:
I also tried to set Min/Max before adding data to serie but it didn't improve display.
The display is very slow while the filling of the serie is fast.
Here is the link of my project with datas to display:
https://drive.google.com/open?id=1z_0AU ... 4yodkAj12U
Does someone has an idea or some tips to improve display ?
Regards
I have been using TeeChart for a long time but I am dealing with a slow display problem when I want to display a 2 millions points serie.
By reading documentations, I am using a TFastLineSeries serie with some particular options in order to speed up display:
Code: Select all
DrawAllPoints:= False ;
DrawAllPointsStyle:= daMinMax ;
FastPen:= False ;
AutoRepaint:= False ;
The display is very slow while the filling of the serie is fast.
Here is the link of my project with datas to display:
https://drive.google.com/open?id=1z_0AU ... 4yodkAj12U
Does someone has an idea or some tips to improve display ?
Regards