Is there a way to independently color each point in a QScatterSeries?
-
It appears that a given QScatterSeries can only have one color. I have an application where I position points with x and y, but I want to color them with a z value. The application may have tens of thousands of points, so having a different QScatterSeries for each color is impractical. Is there a way to independently color points in a QScatterSeries?