graph chart

2D / 3D Stacked Horizontal Bar Graph Examples

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

Applet Example 3 - Configuration and Data from Text Files

if you do not see the graph below then click here

The configuration data is acquired from the text file ../../../bar_graph/shbarchart/Examples/barprops.txt (click here to view)
and the graph data is acquired from the text file ../../../bar_graph/shbarchart/Examples/bardata.txt (click here to view).

and here is the HTML code,

<applet code="SHbarchartApplet.class" archive="SHbarchart.jar" width="450" height="440" mayscript>


<!-- Start Up Parameters -->
<PARAM name="LOADINGMESSAGE" value="Creating Chart - Please Wait.">
<PARAM name="STEXTCOLOR" value="0,0,100">
<PARAM name="STARTUPCOLOR" value="255,255,255">

<!-- Data files -->
<PARAM name="chartproperties" value="../../../bar_graph/shbarchart/Examples/barprops.txt">
<PARAM name="chartdata" value="../../../bar_graph/shbarchart/Examples/bardata.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

« back to Getting Started

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

Getting Started

Documentation

Examples

Tutorials

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