PDA

View Full Version : How to draw circle around the user-clicked curve point



hakiim35
12th May 2011, 09:30
Hi, how can I draw circle around the user clicked point on the curve? I can already draw the curve to the QwtPlot and change the curve realtime when the user clicks and moves the curve. What I want to do is, to draw a circle around the user-clicked point on the curve, to indicate that it is a previously clicked control point..
Any idea is welcome..

Uwe
13th May 2011, 18:05
You could insert a marker with an ellipse as symbol - with a pen but no brush.

Uwe

hakiim35
16th May 2011, 08:06
Ok thank you very much.