I am using coreplot to draw a graph, and I am using backgroundLimitBands in order to color certain ranges to indicate various levels of danger (in this case, temperatures). However, I would like to cut the limit bands off at a certain x-value (where the data ends) while the gridlines and tickmarks continue to the end of the range.
One way that I figured would be possible would be to simply add an X-axis limit band starting at the point I want to mask off the other bands. That way I could set the correct color and it would appear as if the limit bands were masked on the x axis.
Unfortunately, it appears that the y-axis limit bands are always drawn after the x axis, and I cannot find a way to fix this. Is there some way to change the rendering order? Additionally, is there a better way to limit the x-axis length of a y-axis limit band?