Stacked bars series

Stacked bar series are more specialized bar series, modified to be arranged on top of each other, rather than disposed side by side, as it happens with charts displaying more than one bar series.

The applet below displays two stacked bar series, vertically stacked. The type of a stacked bar series is 'stackbar'.

For a complete list of stacked bar series parameters, click here.

For a complete list of parameters shared by series displayed by GraphApplet.class, click here.




<applet code="GraphApplet.class" codebase="../../../demo/applets/classes" archive="GraphChart.jar" width=400 height=250>

<param name="serie1" value="stackbar,Stacked bar series 1,ff0000">
<param name="serie1_values" value="100,80,90,40,75,60,85">

<param name="serie2" value="stackbar,Stacked bar series 2,00ff00">
<param name="serie2_values" value="60,70,40,30,55,80,60">

</applet>