I have a datatable with this format
ID X-coordinate Y-coordinate
And I want to create a grid that has at the nodes the IDs and has lines connecting to adjacent IDs based off their X,Y location. Any suggestions on doing this, I have never done any drawing before. Thanks
Place a panel on a form:
Here is the paint method:
and the results: