Hi,
I have a dragDrop event giving me System.Windows.Forms.DragEventArgs in screen coordinates. How can i convert it into chart coordinates (like the myChart.MouseMove event gives System.Windows.Forms.MouseEventArgs)?
Any help is greatly appreciated.
Regards,
Screen coordinates to chart coordinates
Re: Screen coordinates to chart coordinates
Hello Asupriya,
Sorry for delay. I think that you can use properties CalcYPos(), CalcPos(), CalcXPos() of Axes that returns chart coordinates.
I hope will helps.
Thanks,
Sorry for delay. I think that you can use properties CalcYPos(), CalcPos(), CalcXPos() of Axes that returns chart coordinates.
I hope will helps.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |