1

I need to change the color of Bars regardless of their series. so setSeriesPaint() is not useful in this case. Is there another way?

tzippy
  • 6,458
  • 30
  • 82
  • 151

1 Answers1

1

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

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045