tags:

views:

58

answers:

1

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?

A: 

You can override the getItemPaint() method to return the desired color, as suggested here.

trashgod