I am passing a xml in this fortmat
<Performance>
<TimeSlot Time="11/1/09">
<System ID="1" CPU="20">
<System ID="2" CPU="22">
</TimeSlot>
<TimeSlot Time="11/2/09">
<System ID="1" CPU="34">
<System ID="2" CPU="15">
</TimeSlot>
</Performance>How do I make my linechart to have the the linechart show both system and the CPU for each date? Thanks so much guys I am really stuck on this

