Qt 6.11 is out! See what's new in the release
blog
QChart suitability?
-
I have a chart/plot that's currently done as a custom MFC control.
The chart looks like this:

It's basically similar to the histogram tool in PS (or similar).
It can display either as shown above, or with a single histogram for monochrome data.
Can this be done with QChart? If not can anyone suggest a (freeware) library that can do so (I've already done too many custom Qt controls for this project).
-
Hi,
I think you should be able to achieve this with QCharts.
Otherwise, projects worth taking a look at:
Check their licenses to see if they fit your needs.