Draw.Line(this, "MYLINE"+Times[0][1].Date, false, xStartTime, MYLINE_X, xEndTime, MYLINE_X, true, null);
IsInHitTest should do the job or even OnMouseButtonDown but could you point me in right direction how can I apply it?
But im little confused how can i use this feature to disallow for example object with name started with "MYLINE_" to be set as non clickable - not editable so basically it will not show anchors:
I have seen chart panels that has been posted in user share app indicators that actually does "draw in background" feature and I was not able to find how its been made.
If possible can i do the same with data plotted to be non selectable?
Any suggestions kindly appreciated.
Regards SuperUserek.

Comment