Questions? Email us:
sales@haneng.com

 

Donut 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-LUHFEGuTHaCP4T">

<PARAM NAME="ChartType" VALUE="Donut">

<PARAM NAME="Title" VALUE="Sales by Store">

<PARAM NAME="ShowValues" VALUE="true">

<PARAM NAME="PreFix" VALUE="$">
<PARAM NAME="PostFix" VALUE="_million">

<PARAM NAME="Text_1" VALUE="Manhattan">
<PARAM NAME="Text_2" VALUE="Queens">
<PARAM NAME="Text_3" VALUE="Bronx">
<PARAM NAME="Text_4" VALUE="Brooklyn">
<PARAM NAME="Text_5" VALUE="Long Island">

<PARAM NAME="Value_1" VALUE="80">
<PARAM NAME="Value_2" VALUE="20">
<PARAM NAME="Value_3" VALUE="60">
<PARAM NAME="Value_4" VALUE="40">
<PARAM NAME="Value_5" VALUE="10">


</APPLET>