Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to add data marks for Qt charts?
-
Hello! Could some one help me ? I'm learning Qt charts and I want to draw data marks upon each bar charts like this:
I searched the examples, but found no reference to take.
-
Yee, I find the function:
series->setLabelsVisible(true);
series->setLabelsPosition(QAbstractBarSeries::LabelsInsideEnd);
It's OK.