Hello!

For example I have n markers in QwtPlot that are located horizontally...

And I want that this markers will be locate at coordinates: (x + 1*width(marker_1), Y) , (x + i * width(marker_i), Y) .... , (x + n *width(marker_n), Y). Where is x = 50 and Y = 100 - for example....

So I have some questions:
1. How I can get width and height of some marker with some text: "text + number of marker"?
2. When I will do scaling I'll have some space between markers. How I can take into account or how I can compute this space? I want that all my markers always paint without any spacing....

I hope U can give me some usefull advise.

Yours,
carhun