1 Attachment(s)
Set Title for QWTLegend...
Hai
I am using qwtplot in my program. I want to set the title for legends [LEGEND TITLE] in qwtplot.
Is it possible to set with QwtPlotMarker or anything else...
I have attached a file like that I want the output .
pl suggest me...
by
Sura
Bangalore
Re: Set Title for QWTLegend...
Use QwtPlot::ExternalLegend and implement your own layout with a QLabel on top.
Uwe
Re: Set Title for QWTLegend...
Hai Uwe Thanks for ur reply.
now i kept QwtTextLabel and display some text in the top of the legend frame.
but, if am going to print that QwtTextLabel not coming .
is there any other way
Re: Set Title for QWTLegend...
Hai Uwe Thanks for ur reply.
now i kept QwtTextLabel and display some text in the top of the legend frame.
but, if am going to print that QwtTextLabel not coming .
is there any other way to print QwtTextLabel along with QwtPlot?