|
Home » ASP Home » Graphics Home » MkGraph Function
A D V E R T I S E M E N T
Title |
MkGraph Function |
Description |
The MkGraph function creates a simple HTML graph. The graph only displays properly in Internet Explorer browsers. There are seven required arguments.
Parameters: ========== Required Argument Expects Description ----------------------------------------------------------------------------- arraytograph array (values should be double) array of data (numbers) to be graphed
arrayofnames array (values should be strings) array of strings containing the name of each corresponding value from arraytograph.
bordersize integer integer representing the size of the border around the graph. Use 0 for no border.
alignment string ("left", "center" or "right") alignment of the graph on the page. Acceptable values are: "left", "center" or "right".
width integer (1-100) integer 1 - 100 representing a percentage out of 100% the total width of the graph. The overall width of the graph is still dependent on the size of the bars. If the percentage declared in width is smaller than the longest bar, the longest bar is used as the width.
color string (hexadecimal) color of the bars in the graph. Color must be a html hexadecimal color starting with "#" - example: #0000FF for blue
title string Title of the graph |
Category |
ASP » Graphics |
Hits |
386624 |
Code |
Select and Copy the Code
|
|
|
Related Source Codes
A D V E R T I S E M E N T
|
Subscribe to SourceCodesWorld - Techies Talk |
New! Click here to Add your Code!
ASP Home | C Home | C++ Home | COBOL Home | Java Home | Pascal Home
Source Codes Home Page | |
|