Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all,
I'm using Qt 5.9.1 and was trying to find how I can change the size the color of points in a Q3DScatter graph.
Any ideas?
Thank you in advance.
I found how to change the size. It's the following:
QScatter3DSeries *series = new QScatter3DSeries(proxy); series->setItemSize(0.01f); m_graph->addSeries(series);
What about the colour?