i am displaying a line graph on an ms chart using VS2008 c# professional
what i am trying to do is when the user clicks on a datapoint, it will display the entire ROW in the database for that point.
how can i
- handle the click event
- display the row for that particular point?
Here’s a working example:
http://pastebin.com/SDxyX1pN
this is just an example, of course if you need to access the DB you need an access logic and so on… but the idea is basically the same.