views:

37

answers:

2

I have to include some sort of reports for my university project and I already have the data ready to be used.

I'm thinking of using WPF for the GUI and I was wondering if there was a library or something I could use that has some nice effects for graphs and whatnot.

Any suggestions? I have to show information such as total shipments per area, which countries had the most shipments in a month, etc.

I'm thinking bar charts, pie charts and maybe some other things. Thanks!

A: 

You may want to have a look at this: Practical WPF Charts and Graphics. The link has sample codes you can download. It might be helpful.

karmicpuppet
A: 

WPF Toolkit, which is free, has chart controls. You can download it here: http://wpf.codeplex.com/releases/view/40535. These controls are of preview quality and most likely not all functionalities you want is included. It may contain bugs as well. However, the source code is fully downloadable and you can edit them as you see fit for your project. If you are looking for a more stable library with more features, I suggest you buy a commercial one.

Michael Detras