I need to implement fairly simple bar charts with "trend lines" (not sure what they're actually called) in an ASP.NET 2.0 web application. What is a good free or nearly free solution for this? I also need to be able to generate PDFs (if nothing else than by printing them to a PDF print driver) server side, so it can't be a JavaScript client side solution.
The free or nearly free thing is a big requirement. We can't spend $1000 or even $500 on some of the nicer charting components that exist from 3rd party control providers.
EDIT: Also, even if they can do them, Google Charts isn't an option because I can't be hitting the Internet for charts for this intranet application.