dynamic chart like the memory graph in task manager

TeeChart FireMonkey (Windows,OSX,iOS & Android) for Embarcadero RAD Studio, Delphi and C++ Builder (XE5+)
Post Reply
plv
Newbie
Newbie
Posts: 3
Joined: Fri Sep 22, 2023 12:00 am

dynamic chart like the memory graph in task manager

Post by plv » Mon Dec 11, 2023 11:21 am

Hi all,

Could you point me to some code to create a chart where the values are added automaticallty at the end of the graph (right) and "fills from the right". Exactly like the memory graph in the task manager on the "Performance" tab in Windows. Once opened, it starts stacking measurements and the chart fills right to left, new values replacing old one at the end of the chart.

Thanks in advance

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

Re: dynamic chart like the memory graph in task manager

Post by Yeray » Wed Dec 13, 2023 10:44 am

Hello,

This sounds pretty similar to what the FastLine_RealTime example in the Tee9New demo does.
The demo is a VCL project but the same concepts apply for FMX.
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

plv
Newbie
Newbie
Posts: 3
Joined: Fri Sep 22, 2023 12:00 am

Re: dynamic chart like the memory graph in task manager

Post by plv » Mon Dec 18, 2023 11:21 pm

Found it, thanks!

Post Reply