I'm trying to set the background color of a graph to be black while the background color where the labels are placed should be white. Unfortunately I've only been able to set a single backgorund color. Let me explain better with some images. What I actually have is this:
http://img.networkdigitale.com/di/5WAT/preview.png
black graph background, black labels background and white label text.
What I'm trying to achieve is this:
http://img.networkdigitale.com/di/8UX9/preview_white.png
black graph background, white labels background and black label text (this image has been modified in an image editor).
Could someone please tell me how may I achieve this? QCustomPlot::setBackground() sets the whole background and I can't set the background color of the labels...