BarChartPro installation
To install BarChartPro you have to do the following:

  1. Copy BarChartPro.class.
  2. Put the following code in your html page:

<applet code=BarChartPro.class width=350 height=250>
// How many items you want to show in your chart
<param name=item.count value="3">
// the 1st item values
<param name=item.values0 value="33, 40, 52, 45, 36">
// the 2nd item values
<param name=item.values1 value="45, 53, 49, 34, 59">
// the 3rd item values
<param name=item.values2 value="50, 64, 82, 54, 33">
// Show grid lines behind the chart
<param name=item.values.showlines value=yes>
// the grid lines color
<param name=item.values.linescolor value="#000000"> 
// the valuse of range in the X axis
<param name=item.values.range value="9-02, 10-02, 11-02, 12-02, 1-03">
// the title value
<param name=title value="Jordan Markets (Trial Version)">
// the names of items, to be shown it the items table
<param name=item.names value="Menu Applets, Charting Applets, Other Applets">
// the items name colors
<param name=item.names.colors value="#C0C0FF, #C0C0FF, #C0C0FF">
// flag if you want to show the names table or no.
<param name=item.names.show value=yes>
// the names table font value.
<param name=item.names.font value="TimesRoman, bold, 12">
// the names table Position (r,l,t,b) (r=right, l=left, t=top, b=botton).
<param name=item.names.position value=r>
// the items in  the bar colors.
<param name=item.colors value="#CC99FF, #B900F6, #8702CC">
// use the item colors.
<param name=item.colors.use value=yes>
// the show style for the bar chart (1= like Vertical Stack, 2= Horizontal Stack)
<param name=bar.showstyle value="1">

bar.showstyle = 1 bar.showstyle = 2

// the bar width
<param name=bar.width value="0.6">
// Show borders on the bars
<param name=bar.useborder value=no>
// Show Bars in 3D Style (yes, no)
<param name=bar.3dstyle value=yes>
// show the info label values styles(mouseover,inbar,topbar)
<param name=bar.info.showstyle value="mouseover">

mouseover inbar topbar


// if you want the info label to start with some text.
<param name=bar.info.startwith value="">
// if you want the info label to ends with some text.
<param name=bar.info.endwith value="">
// the info label font.
<param name=bar.info.font value="TimeRoman, normal, 10">
// the title font.
<param name=title.font value="Courier, bold, 20">
// show the info labels.
<param name=bar.label.show value=yes>
// the bar direction (vert= vertical, horz=horizontal).
<param name=bar.direction value=vert>
// the applet area background color
<param name=applet.bgcolor value="#646464">
// the applet area text color
<param name=applet.textcolor value="#00FF00">
// the chart area back ground color
<param name=chart.bgcolor value="#c4c4c4">
// the chart area text color
<param name=chart.textcolor value="#ffffff">
</applet>