I would like to draw diagrams and charts and have the following restrictions:
- net framework 4.0
- wpf (not windows forms if possible)
- running as windows application (not as a web application)
- c# with visual studio 2010 express
What I know:
- the WPF toolkit is not running with net 4.0 (I have tried it already)
- there is an assembly System.Web.DataVisualization - but I can't use it because it is for .aspx application (for the web)
Has anyone any idea how I can solve this? I would like to avoid using an external tool but if there is no other option I would do that. Thanks!