Dragpoint tool and binding to a datatable
Posted: Mon Jun 02, 2008 3:38 pm
I would like to use the dragpoint tool to edit values in a datatable.
I have databound my point series to a datatable and use the dragpoint tool to change the values of the points. How do I get the changes of the points coordinates to write the data back to the datatable?
I have tried using the dragPoint_Drag event to detect a point value has changed. Within the event handler I have tried using the series.WriteToDataSource() method, but that does not seem to work.
Any suggestions?
I would like to bind to a DataView. Should I be able to bind to the DataView pretty much the same way as a datatable? I need to modify the values in the table using the dragpoint tool.
I have databound my point series to a datatable and use the dragpoint tool to change the values of the points. How do I get the changes of the points coordinates to write the data back to the datatable?
I have tried using the dragPoint_Drag event to detect a point value has changed. Within the event handler I have tried using the series.WriteToDataSource() method, but that does not seem to work.
Any suggestions?
I would like to bind to a DataView. Should I be able to bind to the DataView pretty much the same way as a datatable? I need to modify the values in the table using the dragpoint tool.