Options

RTC Addin WPF Chart

grapp0grapp0 Member Posts: 3
edited 2010-06-04 in NAV Three Tier
Hi Guys :wink:

I managed to display Dynamics NAV Business Data in a Control Addin on the RTC. I used the Chart control from the System.Windows.Forms.Datavisualization library and everything went ok so far.

Now, that Chart is a WinForm Chart and what I want is to do the same with a WPF Chart Control instead. I used a ElementHost control to host my WPF Chart Control (I used the one from the Microsoft WPF toolkit) but when I run the RTC, the thread keeps stuck and nothing happens.. I tried to replace the WPF Chart Control with a simple WPF Button and everything works just fine.

Has anybody ever succeeded in presenting data in a WPF chart hosted in an ElementHost Control on the RTC ?

Thank you in advance for your help :D
Sign In or Register to comment.