TChart Performance of whole form delphi FMX
My App with FMX on Windows has a standard TChart with a around 10 fastline series. Every series has a lot of data-points. After loading the data in the chart I will just set a TPanel(also on the form) from visible:=False to true.
The displaying of the panel takes about 4 seconds. The same when hiding the panel again.