XY line series

An XY Line series is basically the same as an XY series, introduced in the previous topic. The only difference is that the data points are connected by lines.

The number of values passed to the seriex_values parameter must always be a multiple of 2. Every sequential set of 2 values is assigned to one data point, corresponding to the x and y values.
The type of a xy line series is 'xyline'.

For a complete list of xy line series parameters, click here.

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




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

<param name="serie1" value="xyline,XY line series,00ff00">
<param name="serie1_values" value="
35.2,10.1,
37.3,10.85,
44.9,12.48,
17.68,12.63,
63.55,24.58,
103.8,25.6,
250.2,39.7,
81.98,43.1,
126.1,48.4,
85.5,74.6">

</applet>