Qt Charts module provides a set of easy to use chart components, include scatter plots, bar plots, polar charts.
Qt Charts module provides a set of easy to use chart components, include scatter plots, bar plots, polar charts. It is an official Qt add-on, licensed GPL or commercial (as opposed to LGPL/commercial for most of Qt).
The strength of Qt Charts lies in its integration into Qt, which provides both fast, interactive and animated rendering, as well as rendering to offscreen targets, including vector graphics, e.g. by using Qt's QSvgGenerator
.