PDA

View Full Version : Displaying Curve name at the end of each curve



smanoj
31st October 2011, 10:30
All,

I am using Qwt to create a plot which has a series of curves in it.

As there are so many curves in the plot, I dont want to show the Legend.

I would like to add the curve name at the end of each curve like this

----------------------------- T10
_________________________ T22

Can anybody let me know how I can achieve this ?

Thanks,
Manoj

FelixB
31st October 2011, 14:23
use a QwtPlotMarker for each curve ans se its values to the values of the last point in the corresponding curve.

alternatively you could derive your own curve and lat it print its name by itself. this might be the better solution, but i'm don't know how to do that exactly...