Reputation: 3641
I am developing an application using VS 2010 and WPF... I need to put a simple 2 line 2D line chart... However the other developer used WPF toolkit but it didnt work at clients machine... The grid of the chart was badly disorted (not straight lines!) in windows XP! but running other versions of windows was ok.
I am wondering whats going wrong...
So what are the solutions available for this type of chart ?? Sorry for my question but i have outdated experience with .Net platform
Upvotes: 1
Views: 887
Reputation: 1299
The WPF toolkit should work on Windows XP, I had success with it. I'm sure it would be easier to figure out the tech problem of the WPF Toolkit on Windows XP for your client's computer, rather than moving to a different control.
Upvotes: 0