QChart with time axis X
-
wrote on 27 Jul 2020, 18:25 last edited by
Hi,
How can I create X axis on which the time will be displayed? I want to create a dynamic graph to which I can add new points, and the X axis will be data from the last 12 hours.
-
wrote on 27 Jul 2020, 18:42 last edited by
Did you try using QDateTimeAxis? You can set the format so only time is shown.
1/2