Consult everybody bosses a problem:
I have a datagridviewer, then have a zedgraph graphpanel, how to implement the following functions: I click any datagridviewer a row, will this line data for real-time figure in the graph?
CodePudding user response:
Is used zedgraph, third party controls? Datagridviewer have click event, read dataGridView1. CurrentRow. Cells [x] Value, then according to these Value redraw your graphpanelCodePudding user response: