Questions? Email us:
sales@haneng.com

 

Support for negative values in 3D layered bar chart


The 3D layered bar chart (known is HanengCharts 2.x as "Multi3DBar") now supports negative values:

Chart 1 Source Code


Source code for charts:

Chart 1:
<APPLET CODE="HanengCharts.class" ARCHIVE="HanengCharts3.jar" WIDTH=400 HEIGHT=350>
<PARAM NAME="LicenseKey" VALUE="30DAYDEMO-NY32tXDBuvR3BN">

<PARAM NAME="ChartType" VALUE="3DLayeredBar">

<PARAM NAME="Value_a_1" VALUE="10">
<PARAM NAME="Value_a_2" VALUE="20">
<PARAM NAME="Value_a_3" VALUE="30">
<PARAM NAME="Value_a_4" VALUE="40">

<PARAM NAME="Value_b_1" VALUE="-40">
<PARAM NAME="Value_b_2" VALUE="-30">
<PARAM NAME="Value_b_3" VALUE="-20">
<PARAM NAME="Value_b_4" VALUE="-10">

</APPLET>



Back >>