I'm using a StackedAreaCategoryItemRenderer to make a stacked area plot and I'd like to be able to change the color of each series. Is there a way to do this?
Thanks,
Jonathan
Changing series color in VerticalCategoryPlot
Re: Changing series color in VerticalCategoryPlot
There are two setSeriesPaint(...) methods in the Plot class. These allow you to specify the color for each series.
Regards,
DG
Regards,
DG