Easy to use GUI with graphical capabilities

Hi,
I'm relatively new to C++ but learn best when I get stuck in beyond my depth, I'm looking to create an intuitive GUI into which I can place a graph which will display data from a serial connection with an Arduino device in real time. I then want to be able to interact with this graph to analyse specific points.

Any ideas how this will be best achieved? Or is this not an application for C++.

Any help will be much appreciated thank you.
Qt makes creating GUIs easy and comes with a nice chart library.

https://doc.qt.io/qt-5/qtcharts-overview.html
Processing plays nice with Arduino and is fairly easy to use for serial connections and plotting data. No experience with interactivity of plotted data.
Thanks @Repeater QT looks like the ticket !
Been trying QT with its IDE for a bit but it doesn't like ANYTHING I'm stealing this code: https://playground.arduino.cc/Interfacing/CPPWindows

Which is perfectly good C++ but I'm getting errors for EVERYTHING, is it just a bad debugger or is the Arduino code wrong, please help, the first error is argv and argc in a function definition and then there are loads of "unresolved external symbol" errors. HELP!
Topic archived. No new replies allowed.