Line Graph in GUI

Hi,
I need to build an interactive line graph in the GUI. I need to be able to move the points in the line graph. I can fake this using several vertical scroll lines with transparent backgrounds, however, I cannot built the dynamic line that connect the points. Any idea? thank you!

Using the line renderer would probably be your best bet…

http://unity3d.com/support/documentation/Components/class-LineRenderer.html

Or the GL.Begin(GL.LINES) if you’re more technically inclined to play with the GL class, as well as having Unity Pro

Other than that, i would personally use StarScene’s Vectrosity plug-in, which is a great plug-in specifically for drawing all sorts of lines, and it’s made by one of the best if not the best Unity developers in the community. I believe there is even a graph sample that he includes in the plug-in.