jFreeChart: Change Bar color regardless of series
I need to change the color of Bars regardless of their series. so setSeriesPaint()
is not useful in this ca开发者_开发百科se. Is there another way?
You can override the getItemPaint()
method to return the desired color, as suggested here.
精彩评论