graph chart

Area Graph Examples

Applet Examples

 

The following series of examples demonstrate the most common implementations for the applet form of the graph.

Note : Three of the examples below are 'online examples' only and as such you should ensure you have your internet connection open to view them.

Applet Example 1
Probably the simplest implementation, this example demonstrates setting up the graph in a web page so that both the configuration and graph data are read from the <PARAM> tags within the HTML page.

Applet Example 2
Here the graph applet is configured to read the configuration data from the HTML <PARAM> tags and to acquire the graph data from a text file.

Applet Example 3
In this example the applet will acquire both the configuration and graph data from text files.

Applet Example 4 ( online example )
The applet is setup here to read the configuration data from a text file and the graph data from a server side process, in this case a Java Servlet running on our web server.

Applet Example 5 ( online example )
Here the applet will acquire both the configuration and graph data from server side processes. ( Java servlets running on our web server ).

Applet Example 6 ( online example )
This example demonstrates how to implement the applet so that the graph data is acquired from a database. Here we set up the applet to acquire the configuration data from a text file and the graph data from a server side process which in turn acquires the data from a database.

Applet Example 7
This examples demonstrates how the applet is able to interact with javascript functions within the current page.

 

Note: If you are using the evaluation version then in the applet a pop-up window will appear upon the startup and an evaluation message will be incorporated by the servlet. Both these features have been removed from the licensed version. Licensing information can be found at http://www.jpowered.com/graph_chart/index.htm

 

 

 

 

<< back to Examples Index

<< back to Getting Started

Getting Started

Documentation

Examples

Purchase

Area Graph Home

 

Graph & Charting

Pie Chart
Line Graph
Vertical Bar Graph
Stacked Bar Graph
Horizontal Bar Graph
more...