This tutorial shows you how to create charts dynamically through ASP. Discusses a couple different methods: The basic technique via array building, and more detailed method using Office Web Components (OWC).
This sample code demonstrates how to create effective graphs using simple html and the output from an access db but without the need for third party components. The example shows the stock performance for Yahoo.
This article will show you how to build a stack bar chart using ASP and without using any components. The resulting chart looks quite nice and offers the ability to read the actual data values of the bars through the tooltip text. Source code available for download.
Sample code to render a stacked bar chart in ASP. Uses a different color for each stack and each stack will have its own tool tip. Just pass an array with your colors, one for each bar. The colors are specified by name, each color name has a corresponding spacer, a gif image file that is dynamically plugged into the IMG tag SRC attribute via the asp code. Sample code available for download.