graph chart

2D/3D Line Graph - Demos & Examples

[ Line Graph Home ] [ Tutorials ] [ Documentation ] [ Getting Started ] [ Solutions ]

Dynamic Update 2D/3D Line Graph Demo




click on the button to load data for a given year

( if you do not see the graph above then click here )

Method Outline
The configuration parameters and chart data are supplied via two text files (../../line_graph/Examples/linedata2004.txt and ../../line_graph/Examples/lineprops.txt).

Clicking the buttons will instruct the line graph applet to change one of the data items.

Settings Summary

Next Demo »

How the Chart was created.
The above chart was inserted into the page with the HTML Code contained in the file,
../../line_graph/Examples/applet-dynamic-line-graph.txt (click to view).

The chart properties are read from the file,
../../line_graph/Examples/lineprops.txt (click to view)

The chart data is initially read from the file,
../../line_graph/Examples/linedata2004.txt (click to view)

The buttons "New Data" and "Reset Data" will instruct the line graph applet to change the second piece of data of the first series.

 

Further Information

For information on the full range of the line graph exposed methods see:-

Documentation
Dynamic Methods

For a full explanation of each parameter see the
"Configuration Options" section of the Documentation.

« back to Examples Index

« back to Getting Started

[ Line Graph Home ] [ Tutorials ] [ Documentation ] [ Getting Started ] [ Solutions ]

Getting Started

Documentation

Examples

Tutorials

Common Problems
This section describes and provides solutions to common problems.

Line Graph Home