






























Questions? Email us:
sales@haneng.com
|
|
Bars and Lines Chart
Back to the Chart Gallery >>
Source code for this chart:
<APPLET CODE="HanengCharts.class" ARCHIVE="HanengCharts3.jar" WIDTH=400 HEIGHT=350>
<PARAM NAME="LicenseKey" VALUE="30DAYDEMO-LWKHNzD49Y6JQR">
<PARAM NAME="ChartType" VALUE="BarsAndLines">
<PARAM NAME="LineThickness" VALUE="3">
<PARAM NAME="Title" VALUE="Units Sold">
<PARAM NAME="Text_1" VALUE="Q1">
<PARAM NAME="Text_2" VALUE="Q2">
<PARAM NAME="Text_3" VALUE="Q3">
<PARAM NAME="Text_4" VALUE="Q4">
<PARAM NAME="Value_a_1" VALUE="298">
<PARAM NAME="Value_a_2" VALUE="357">
<PARAM NAME="Value_a_3" VALUE="412">
<PARAM NAME="Value_a_4" VALUE="541">
<PARAM NAME="Value_b_1" VALUE="350">
<PARAM NAME="Value_b_2" VALUE="400">
<PARAM NAME="Value_b_3" VALUE="450">
<PARAM NAME="Value_b_4" VALUE="550">
<PARAM NAME="Value_c_1" VALUE="250">
<PARAM NAME="Value_c_2" VALUE="300">
<PARAM NAME="Value_c_3" VALUE="350">
<PARAM NAME="Value_c_4" VALUE="450">
<PARAM NAME="DataSet_a" VALUE="Actual Sales">
<PARAM NAME="DataSet_b" VALUE="Forcast A">
<PARAM NAME="DataSet_c" VALUE="Forcast B">
</APPLET>
Short Explanation of the Code:
The first data set (a) is plotted as 2D bars and all other data sets are plotted as lines.
|
|