Inserting a Chart applet
The following HTML code inserts an instance of the Chart applet in the top row right-hand cell of the table in your application page.

<APPLET NAME="shoeChart" CODEBASE="..\..\.." CODE="lotus.chart.ChartApplet" WIDTH=472 HEIGHT=352>
     	<PARAM NAME="backgroundImageName" VALUE="KS_chartbg.gif">
     	<PARAM NAME="parseDirection" VALUE="column">
     	<PARAM NAME="plotLayout" VALUE="Pie"> 
     	<PARAM NAME="rendering" VALUE="3D">
</APPLET>

Within the APPLET tag, the various attributes do the following:

Each PARAM tag for the Chart applet lets you set specific applet configuration options. The option is specified by the NAME attribute and the option value is specified with the VALUE attribute.