Chart like Windows Task Manager
Unsolved
General and Desktop
-
Hello, I am trying to create a chart like a windows task manager.
Note: The data will be realtime so when new data is added, the chart must show the new data. The chart can store 50 data, then delete the oldest data when new data arrives. (For performance)
Thanks. -
Hi and welcome to devnet,
What have you already tried ?
QtChart ?
Qwt ?
QCustomPlot ? -
@deltax12 take a look at this stack overflow thread for hints on how do to it.