Page 1 of 1

tChart1.DoDragDrop for WPF

Posted: Thu Jan 03, 2013 2:16 pm
by 15662757
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

Re: tChart1.DoDragDrop for WPF

Posted: Fri Jan 04, 2013 3:46 pm
by 10050769
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,