Hi,
Is there a way to add xamChart in .NET 2.0 VB/C# application? I am working on our product conversion to WPF, and their is a new requirement on the existing application which is a .NET 2.0 solution. I want to provide a solution that can be applied to the existing and the new wpf application. Please assist as this will introduce an avenue to show the client bits and pieces of new Infragistics controls.
you can do this using the ElementHost class. see here: http://nayyeri.net/blog/host-wpf-controls-in-windows-forms/
you will probably get better results using the UltraChart, though, as that was designed for Windows Forms.
ElementHost, not a problem. For this to work, means upgrading solution/project to target .NET Framework 3.0/3.5. I wanted to keep the project framework at 2.0. Unfortunately, there is no way of doing that. Thanks for the input.