BarChart installation
<APPLET CODE="BarChart.class" WIDTH=400 HEIGHT=200>
3) And this is the parameter description:
<PARAM name="wait" value="80">
<PARAM name="txtfnt" value="Helvetica">
<PARAM name="txtfntsz" value="12">
<PARAM name="fntsty" value="ITALIC">
<PARAM name="headfnt" value="Helvetica">
<PARAM name="headfntsz" value="16">
<PARAM name="headfntsty" value="BOLD+ITALIC">
<PARAM name="bgcr" value="000000">
<PARAM name="infocr" value="0000ff">
<PARAM name="infobgcr" value="ffffff">
<PARAM name="txtcr" value="C000C0">
<PARAM name="headcr" value="ffffff">
<PARAM name="oncr" value="ff0000">
<PARAM name="axiscr" value="FFC0FF">
<PARAM name="bgimg" value="JM3DBar.jpg">
<PARAM name="infospeed" value="4">
<PARAM name="infowidth" value="60">
<PARAM name="head" value="Trial Version">
<PARAM name="y0" value="45">
<PARAM name="y1" value="76">
<PARAM name="y2" value="103">
<PARAM name="y3" value="100">
<PARAM name="y4" value="120">
<PARAM name="txt0" value="Jan">
<PARAM name="txt1" value="Fep">
<PARAM name="txt2" value="Mars">
<PARAM name="txt3" value="Apr">
<PARAM name="txt4" value="May">
<PARAM name="info0" value="">
<PARAM name="info1" value="">
<PARAM name="info2" value="">
<PARAM name="info3" value="">
<PARAM name="info4" value="">
<PARAM name="cr0" value="C0C0C0">
<PARAM name="cr1" value="C0C0FF">
<PARAM name="cr2" value="8080FF">
<PARAM name="cr3" value="4040FF">
<PARAM name="cr4" value="0000C0">
</APPLET>
Parameter Name |
Description |
wait |
The delay time in the starting animation |
txtfntsz |
The font size |
txtfnt |
The font name |
txtfntsz |
The font size |
txtfntsty |
The font style , it could be the following : PLAIN BOLD ITALIC ITALIC+BOLD |
headfntsz |
The title font size |
headfnt |
The title font name |
Headfntsz |
The title font size |
headfntsty |
The title font style , it could be the following : PLAIN BOLD ITALIC ITALIC+BOLD |
BgCr |
Background color |
Infocr |
Information color |
infobgcr |
Information background color |
txtcr |
Information color |
txtcr |
The text color |
headcr |
The title color |
oncr |
The bar color in mouse over |
Axiscr |
The X-Y Axis color |
Bgimg |
The background image |
Infospeed |
Information speed move |
infowidth |
Information tip width |
head |
The title text. |
y0 |
The 1st bar Y - Axis Value (number) |
txt0 |
The 1st bar X-Axis Value (Text) |
info0 |
The 1st bar tip value. |
cr0 |
The 1st bar color. |