3D and horizontal charts

JetChart provides two parameters to configure 3D and horizontal charts. Almost all series can be displayed in 3D mode and horizontally. There are certain types of series that can not be displayed in 3D mode and horizontally, as OHLC series and scatter series, which are always vertical and 2D.



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

<param name="3d" value="yes">
<param name="horizontal" value="yes">

<param name="labels" value="label1,label2,label3,label4,label5,label6,label7">
<param name="title" value="The JetChart Library,Displaying 3D and horizontal charts">
<param name="serie1" value="bar,Bar Series,ff0000">
<param name="serie1_values" value="100,80,90,40,75,60,85">
</applet>

To change the depth of vertical and horizontal 3D charts, use the following parameter:
<param name="depth" value="10">