[These pages contain ready ASP scripts. You can use them in your own applications]
ASP SCRIPT: Pie
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.
This script shows 3d-looking pie chart. Pie chart can have several slices in different colors.
This example:
<IMG SRC="pie.asp?sizex=400&sizey=200&height=20&value=10&value=90" width=400 height=200>
Script's parameters
- sizex
- Horizontal picture size
- sizey
- Vertical picture size
- height
- Pie height
- value
- The diagram shows pie chart having slices for every 'value' parameter
File pie.asp
|
Download source code for this script: Click here.
|
Back to examples