<applet code="HbarchartApplet.class" archive="Hbargraph.jar" width="550" height="450">

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

<!-- Chart Switches -->
<PARAM name="3D"                 value="true">
<PARAM name="grid"               value="true">
<PARAM name="axis"               value="true">
<PARAM name="xlabels"            value="true">
<PARAM name="outline"            value="true">
<PARAM name="legend"             value="true">
<PARAM name="autoscale"          value="true">
<PARAM name="gradientfill"       value="true">

<!-- Chart Characteristics -->
<PARAM name="nCols"              value="4">
<PARAM name="nRows"              value="7">
<PARAM name="ndecplaces"         value="0">
<PARAM name="nSeries"            value="3">
<PARAM name="chartScale"         value="2000">
<PARAM name="chartStartY"        value="0">
<PARAM name="labelsX_offset"     value="15">
<PARAM name="bar_spacing"        value="10">
<PARAM name="barwidth"           value="20">
<PARAM name="depth3D"            value="15">
<PARAM name="linkcursor"         value="hand">
<PARAM name="BackgroundColor"    value="#FFFFFF">
<PARAM name="barOutlineColor"    value="#000000">

<!-- Grid properties -->
<PARAM name="gridxpos"           value="75">
<PARAM name="gridypos"           value="400">
<PARAM name="hSpace"             value="40">
<PARAM name="gridStyle"          value="2">
<PARAM name="gridColor"          value="#555555">
<PARAM name="axisColor"          value="#FF0000">
<PARAM name="floorColor"         value="#00FF00">
<PARAM name="gridbgcolor"        value="#80FFFF">
<PARAM name="gridbgimage"        value="gridbg.gif">

<!-- Label and popup value properties -->
<PARAM name="xlabel_font"        value="Arial,N,12">
<PARAM name="ylabel_font"        value="Arial,I,10">
<PARAM name="popupfont"          value="Arial,B,12">
<PARAM name="labelColor"         value="255,0,0">
<PARAM name="popupbgcolor"       value="light grey">
<PARAM name="popup_pre"          value="">
<PARAM name="popup_post"         value="mpg">
<PARAM name="ylabel_pre"         value="$ ">
<PARAM name="ylabel_post"        value=" ">
<PARAM name="thousandseparator"  value=",">

<!-- Bar Labels -->
<PARAM name="label1"             value="Quarter 1">
<PARAM name="label2"             value="Quarter 2">
<PARAM name="label3"             value="Quarter 3">
<PARAM name="label4"             value="Quarter 4">

<!-- Legend Information -->
<PARAM name="legendfont"         value="Arial,N,10">
<PARAM name="legendposition"     value="475,350">
<PARAM name="legendtitle"        value="Legend Title">
<PARAM name="LegendBackground"   value="240,240,240">
<PARAM name="LegendBorder"       value="125,125,125">
<PARAM name="LegendtextColor"    value="0,0,0">

<!-- Titles - Main, x and y -->
<!--     text,xpos,ypos,font-type,font-style,font-size,Rcolor,Gcolor,Bcolor -->
<PARAM name="title"              value="Sales by Quarter|150,15|TimesRoman,BI,18|100,100,100">
<PARAM name="xtitle"             value="Year 2001|150,475|TimesRoman,B,16|100,100,100">
<PARAM name="ytitle"             value="Value $|10,200|TimesRoman,B,16|100,100,100">

<!-- Series Data -->
<!--      series color|legend label|URL link|target frame/window -->
<PARAM name="series1"            value="199,199,199|Series 1|http://www.jpowered.com|new">
<PARAM name="series2"            value="200,100,100|Series 2">
<PARAM name="series3"            value="100,100,200|Series 3">

<!-- Target Lines -->
<!--      Color|style|value|label|font -->
<PARAM name="target1"            value="dark green|4|7000|Profit|Arial,B,12">
<PARAM name="target2"            value="dark blue|1|12000|Profit2|Arial,B,12">

<!-- Free Form Text -->
<!--     text,xpos,ypos,font-type,font-style,font-size,Rcolor,Gcolor,Bcolor -->
<PARAM name="text1"              value="Note :|325,60|TimesRoman,N,12|0,0,255">
<PARAM name="text2"              value="New product range|325,80|TimesRoman,N,12|0,0,0">
<PARAM name="text3"              value="launched during|325,100|TimesRoman,N,12|0,0,0">
<PARAM name="text4"              value="quarter 2.|325,120|TimesRoman,N,12|0,0,0">

<!-- Images
<!-- imageN    imageURL,x position,y position -->
<PARAM name="image1"             value="./images/productX.gif,80,45">
<PARAM name="image2"             value="./images/productY.gif,330,45">
<PARAM name="image3"             value="./images/productZ.gif,155,220">


</applet>