Why is Contour Series much slower when using filled mode
Posted: Thu Oct 10, 2019 8:42 am
I created a TeeChart with two TContourSeries: One with filled set to false and one set to true. Both get exactly the same data and both are not active while feeding the data to them.
When I activate the not filled series it takes less than a second to paint itself. Not so the filled series. It takes at least 10 times longer to draw itself.
Why is that so? I would imagine that the filled series uses the same algorithm as the not filled one and then some sort of flood fill is used. That should not take this long.
Is there a way to speed up painting of the series in filled mode? Data reduction is not an option here.
When I activate the not filled series it takes less than a second to paint itself. Not so the filled series. It takes at least 10 times longer to draw itself.
Why is that so? I would imagine that the filled series uses the same algorithm as the not filled one and then some sort of flood fill is used. That should not take this long.
Is there a way to speed up painting of the series in filled mode? Data reduction is not an option here.