At the moment I add graph in my QCP like this:
plot->addGraph()
set the data with setData(x,y) and so on.
Now I need the possibility to highlight a specific area of all graphs in the plot. At the moment I dont know how to do that.
Would it be possible to add a new layer/axisrect or whatever over the original plot, where i can add a graph with the data of the area I want to highlight?