Charts like plotter

It's possible to use the chart component like a plotter?
For example  A={x=1.2;y=3.6} B={x=1.6;y=6.44} C={x=2.4;y=2.06} D={x=2.6;y=3.44} to draw a line that start to A and ending to D, passing from B and C.
In X i must use only integer values?

to use this functionality use the AddSingleXYPoint overload

the first value is the X position and the second the Y.

You will also need to set the charttype to ctxyline

regards,
scheldeman pieter