Hi, how can I achieve this:
I have QwtPlot with axes and some functions (QwtPlotCurve) drawn on it.
I want to draw a blue line from qwtplot center to its right top corner.
I'd prefer to avoid computing canvas/logical coordinates - if possible.
Waiting impatiently for solution ...