graph chart

Vertical Bar Graph Examples

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

Applet Example 9 - Dual Scales

if you do not see the graph below then click here

The configuration data is acquired from the text file barpropsdual.txt (click here to view)
and the graph data is acquired from the text file bardatadual.txt (click here to view).

and here is the HTML code,

<applet code="VbarchartApplet.class" archive="Vbarchart.jar" width="450" height="440" mayscript>

<!-- Start Up Parameters -->
<PARAM name="LOADINGMESSAGE" value="Creating Chart - Please Wait."> <!-- Message to be displayed on Startup -->
<PARAM name="STEXTCOLOR" value="0,0,100"> <!-- Message Text Color-->
<PARAM name="STARTUPCOLOR" value="255,255,255"> <!-- Applet Background color -->

<!-- Character Encoding -->
<PARAM name="charset" value="8859_1">

<!-- Data files -->
<PARAM name="chartproperties" value="barpropsdual.txt">
<PARAM name="chartdata" value="bardatadual.txt">

</applet>

For a full explanation of and range of values for the above parameters please see the Documentation - Configuration Options».

« back to Examples Index

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

Getting Started

Documentation

Examples

Tutorials

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