graph chart

Vertical Bar Graph Examples

Applet Example 9 - Dual Axis Scale

In this example the applet we demonstrate the dual scale capabilities.

Your Browser is not Java enabled !
To enable Java on your browser please install a Java Virtual Machine from the following page http://www.java.com

 

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">

<b>Your Browser is not Java enabled !</b><br>
To enable Java on your browser please install a Java Virtual Machine from the following page <a href="http://www.java.com">http://www.java.com</a>

</applet>

 

<< back to Examples Index

<< back to Getting Started

Getting Started

Documentation

Examples

Tutorials

Common Problems

Purchase

Bar Graph Home

 

Graph & Charting

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

 

Advanced Data Grid Control