Chart library for Qt [closed]

2019-03-09 18:57发布

问题:

Is there any open-source or free chart library for Qt? I only need XY charts, not bar charts or anything else.

回答1:

There's two I know of:

  • Qwt

  • QtiPlot: the app is paid, but the code is not I think (you can download the source)



回答2:

QCustomPlot is a rather compact Qt widget for plotting, with the possibility of extension to your needs, under the GPL license. It has no further dependencies and is fully documented, including internal functions.

Check the QCustomPlot website.



回答3:

KD Chart