i have a Timeserieschart and i will change the color with
Code: Select all
renderer.setSeriesPaint(series, color);
Code: Select all
renderer.getSeriesPaint(series);
I read here in the forum getSeriesPaint
that the colours are generally assigned when the chart is first drawn.
But i create a chart and open the chart in a Frame. I see the color, but
Code: Select all
renderer.getSeriesPaint(series);
How can i get the color?