I used the below simple data (including 10 x-y data) and function ListLinePlot to draw a figure.

[![Enter image description here][1]][1]

The figure is this:

[![Enter image description here][2]][2]

Now I want to export a data x-y coordinates list which includes 100 x-y data at the same x axis interval. Like {1.0,5},{1.1,y1},{1.2,y2},{1.3,y3}...{9.9,y99},{10,7}

How can I do it?

 [1]: https://i.sstatic.net/VaQdl.png
 [2]: https://i.sstatic.net/VKlG5.png