Hi,
i try to render WPF content with telerik chart-controls in VB6. This is possible if you are using the Microsoft Interop Forms Toolkit (
http://msdn.microsoft.com/en-us/vbasic/bb419144.aspx). If i'm using the 2D controls everiting is fine. But if I switch to 3D I get a OutOfMemoryException or NullReferenceException.
Here is my XAML:
This is the code-behind from the 2D version:
And here is the code-behind from the 3D version:
The same code works in a normal .NET-project and also in a WinForms-project on the ElementHost.
Best regards,
Dimi