I have a question concerning XYLineCharts, as far as I learned you use
Code: Select all
this.xyplot.getRenderer(0).setSeriesPaint(0, colors[1]);
My Problem is now that I need a different Color for rising Values in the Series and for falling Values.
Is there a possibility to do something like that?
Or can anybody tell me where to place a function which does that? (..hopefully it has not to be placed in the jcommons part ...)
Thanks in advance for any hints and help.
Peter