<?xml version="1.0" ?>
<chart>
<series title="Series1" type="Line" color="#FF0000">
<points count="8">
<point  Y="45"/>
<point  Y="126"/>
<point  Y="128"/>
<point  Y="237"/>
<point  Y="153"/>
<point  Y="135"/>
<point  Y="259"/>
<point  Y="273"/>
</points>
</series>

<series title="Series2" type="Line" color="#008000">
<points count="8">
<point  Y="173"/>
<point  Y="191"/>
<point  Y="191"/>
<point  Y="204"/>
<point  Y="180"/>
<point  Y="187"/>
<point  Y="209"/>
<point  Y="182"/>
</points>
</series>

<series title="Series3" type="Line" color="#FFFF00">
<points count="8">
<point  Y="250"/>
<point  Y="242"/>
<point  Y="221"/>
<point  Y="195"/>
<point  Y="175"/>
<point  Y="188"/>
<point  Y="196"/>
<point  Y="193"/>
</points>
</series>

</chart>