how to change the color of several specified bar-element in QBarSet?
Solved
General and Desktop
-
When I use barSeries in QtChart, I want to make several bars to have different colors so that these bars can indicate something happens.
if QBarSet->setcolor is called, all bars' color are changed, but I only want the specified bars change color and others stay the same, is there a way to achieve this?
thanks