first of all, thank you for this software and for this forum

I am using an IntervalMarker in a CombinedDomainXYPlot:
Code: Select all
IntervalMarker markierung = new IntervalMarker(start, ende);
subplotOben.addDomainMarker(markierung, org.jfree.ui.Layer.BACKGROUND);
org.jfree.ui.Layer.BACKGROUND puts the marker behind the series, but not behind the gridlines. My dream would be the follwoing order: Marker, gridlines, dataSeries.
Is there a possibility?
Best
Reinhard