Hello!
I need to change the color of Bars regardless of their series. so setSeriesPaint()
is not useful in this case. Is there another way?
Hello!
I need to change the color of Bars regardless of their series. so setSeriesPaint()
is not useful in this case. Is there another way?
You can override the getItemPaint()
method to return the desired color, as suggested here.