Hi,
I mistakenly said that we are using the WPF version, but in fact we are using the WinForms version of Charting.
Thanks for the answer, it fixed the issue in the sample application. Unfortunately it didn't fix the issue in our live application.
I checked the RenderSurface property's value by attaching with Visual Studio and it really is set to window. I suspected that the problem may be that we are mixing technologies. The live application is WinForms, which contains WPF using ElementHost, and WPF contains the WinForms version of the Nevron Charting component using WindowsFormsHost. (Unfortunate situation, but this is what we are working with.
) So I recreated the mixed stack in the WinForms sample application but the performance issue didn't surface with RenderSurface.window. I looked around the code for some other settings which may be different between the live and the sample application but I haven't found anything suspicious.
I'm at the end of my wits. Do you have any suggestions on how to debug why hardware acceleration is not available, event though I set the right property? I'm also open to downloading third party diagnostic tools.
Thanks,
Sandor