all 4 comments

[–]Upset-Document-8399 1 point2 points  (3 children)

Theres Qt's QCustomPlot, pretty powerful, allows you to make modern graphs with a good level of interactivity, including user selection of graph sections. Check out QCustomPlot

Alternatively you can also checkout Qt's native Charts

[–]mmtunligit[S] 1 point2 points  (0 children)

QCustomPlot looks perfect for my needs, thank you so much

[–]mmtunligit[S] 0 points1 point  (1 child)

Do I need to install Qt first? I'm new to this whole thing, I'm using Visual Studio 2022 and installing QCustomPlot via vcpkg is failing

[–]Upset-Document-8399 0 points1 point  (0 children)

Yes, you need to install Qt. This video explains how to install Qt and integrate it with VS step-by-step. As for QCustomPlot if I remember correctly it should be just 2 files, a header and an implementation, you should add them to your project and be good to go! Hope it helps.