Hello!

I'm not sure if this is actually a Qwt issue or general Qt, but since I want to apply it to a QwtPlot, here it goes:

I'ld like to create a QwtPlot with limited yLeft axis 0-100% and then divide the background into four different areas, each of which with a different color in a gradient style (areas 0-25, 25-50, 50-75 and 75-100). All the rest of the plotting will be normal.

How could I do this?

Thanks,

Momergil