We have a requirement to display charts in an ASP.NET MVC app but the people using the app will need to be able to print the charts to paper and also save them as an image for use in presentations.
They need to be high quality for the print/present versions and it seems to me that the web based charting tools are just that - optimised for web.
The co i work for have historically used fusion charts but getting the quality out of that has eluded them.
If we have to build a whole separate "out of process" chart builder that emails the higher quality images to the user that is fine - they have the budget if it's needed. I'd really rather not keep chart code in more than one place though.
Has anyone solved this in .NET land?