We are migrating from V3 to WPF v4 and not able to find a suitable call to replace tChart1.DoDragDrop for WPF version.
Can you please let us know how one should implement dragdrop for WPF Tchart objects with some sample code?
Thanks
tChart1.DoDragDrop for WPF
Re: tChart1.DoDragDrop for WPF
Hello asupriya,
If you want achieve the same results as provide DragDrop event in TeeChartFor.Net with TeeChartFor.Net WPF,you must use the DragDrop class of WPF as explain in next both links:
http://msdn.microsoft.com/en-us/library ... gdrop.aspx
http://wpftutorial.net/DragAndDrop.html
As you see the next links explain exactly you need do to achieve do DragDrop in WPF application.
If you have any problems please let me know.
I hope will helps.
Thanks,
If you want achieve the same results as provide DragDrop event in TeeChartFor.Net with TeeChartFor.Net WPF,you must use the DragDrop class of WPF as explain in next both links:
http://msdn.microsoft.com/en-us/library ... gdrop.aspx
http://wpftutorial.net/DragAndDrop.html
As you see the next links explain exactly you need do to achieve do DragDrop in WPF application.
If you have any problems please let me know.
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 |