Hello,
Tested on Teechart Pro v2021.32.210430 32 bits with Delphi 10.3
There is an old bug (reproduced in old version) when in a TPieSeries, which contain a certain number of records, if you set ExplodeBiggest for example :
ExplodeBiggest = 20
=> This take a lot of CPU to display/redraw Teechart
Easy to reproduce full sample in attachment.
TPieSeries.ExplodeBiggest = High CPU
TPieSeries.ExplodeBiggest = High CPU
- Attachments
-
- HighCPUExplodeBiggest.zip
- (30.15 KiB) Downloaded 383 times
Re: TPieSeries.ExplodeBiggest = High CPU
Hello,
Sorry for the delayed reply here.
The problem seems to be on the shadow drawing.
Could you please confirm if hiding it solves the problem for you?
Sorry for the delayed reply here.
The problem seems to be on the shadow drawing.
Could you please confirm if hiding it solves the problem for you?
Code: Select all
Series1.Shadow.Visible:=False;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |