This script is an ASP.NET version of our classic Bar Chart sample. I've tried to remain faithful to the original sample, so you won't see any fancy graphics or image work, just a simple, easy to implement bar chart.
If you're looking for a script to build the bar chart as an image, check out: Creating Graphics On-The-Fly with ASP.NET over at 15 Seconds. The code in that article is nothing fancy, but it'll get you started with the basics. If you need fancier output, see: Create Snazzy Web Charts and Graphics On the Fly with the .NET Framework on MSDN.
Here's a zip file of the code (2.1 KB).
Play with the running version.
View the live source code.
Back to the "Bar Chart" sample