Pie chart
Note: all scripts examples included in these Web pages are
absolutely free. You can copy, use, and modify these scripts anyway
you want. The scripts are published without warranty of any kind.
The ASP source code of this pie chart example can be downloaded from the examples page.
This example builds pie chart from HTML form data. This form contains four values. You can enter
these values and see how the online image chart is built on the fly. The ASP script uses
ShotGraph's Pie method to draw slices.
The example consists of two
scripts: main (HTML generating) ASP script and secondary (image generating) ASP script.
The image generating ASP script accepts data from query string.
Back to examples