Bar series

A bar series is represented by a sequence of vertical or horizontal bars, depending on chart orientation, placed on top of the labels axis(x axis). The series type is 'bar'.

For a complete list of 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="bar,BarSeries,ff0000">
<param name="serie1_values" value="100,80,90,40,75,60,85">

</applet>