JFreeChart made it possible, to create such a nice chart:
w w w . brandl-eitensheim . de /temp/Screenshot.jpg
(Please remove the blanks in the links. I was not allowed to post a complete link. Sorry!)
The transparency was realised via:
Code: Select all
subplotOben.setForegroundAlpha(0.5f);
Now I have to export the graph to eps. I use org.jibble.epsgraphics.EpsGraphics2D. Actually, it was not possible to export the transparency effect to eps. Thanks to David.
The second best solution is to have the series graphs in front of the IntervalMarker. setForegroundAlpha() doesn't work with eps. However, I do not arrive to change the order. In the eps the series are always behind the Marker and not visible.
w w w . brandl-eitensheim . de/temp/epsScreenshot.jpg
Can you help me?
Thank you very very much!
Reinhard