Hi there,

I need to draw an XY plot.
Suppose I have 3 sets of data that I need to plot:
set1:
(1,2), (2,3), (5,5)
set2:
(3,3), (3,4), (4,4)
set3:
(5,4), (3,3), (3,5)

How do u produce a line graph that will plot those points and connect them in one chart?
Do i use 2dXY type or the Line chart type?
Thx for the response