How to allow a user to enter a value
Posted: Thu May 29, 2008 11:51 pm
I like the DragPoint tool on the chart, but I have a need where I want to give the user the option to right click or double click on a point of a series and a text box appears above the point and allows the user to enter a value in instead of dragging the point.
I can capture a double click on the chart but it is associated with the chart location and not a point. It would be most convenient if the point I could drag would have a MouseDoubleClick event I could subscribe to it.
I do have the source, maybe you could suggest some code I could add to the source that would implement this?
Thanks
I can capture a double click on the chart but it is associated with the chart location and not a point. It would be most convenient if the point I could drag would have a MouseDoubleClick event I could subscribe to it.
I do have the source, maybe you could suggest some code I could add to the source that would implement this?
Thanks