views:

65

answers:

2

Hello.. I can add the Chart control located in Data group of toolbox if i create a windows form application..but if i create a wpf application i cant!

it is disabled.. what can i do?

+1  A: 

You can use the WPF Toolkit or a third-party WPF Chart control (Google it).

SLaks
A: 

Or you can use WindowsFormsHost and create Chart in code-behind

dawid
yes i found out that this is possible and had success!!But the client says that this requires XP SP3 which will cause problems to old computers!
Parhs
dawid
its seems ok :)
Parhs