Questions? Email us:
sales@haneng.com

 

Hide Y-Axis Labels


To hide the values on the Y-Axis add the following parameter:
<PARAM NAME="HideYAxisLabels" VALUE="true">

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-JS18YXP5Wyz94C">

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

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

<PARAM NAME="Value_1" VALUE="34555">
<PARAM NAME="Value_2" VALUE="64751">
<PARAM NAME="Value_3" VALUE="44545">
<PARAM NAME="Value_4" VALUE="12852">

</APPLET>


Back >>