I am using MS Chart control to draw graphs on Winform.
I want to show the current (x,y) Value as tooltip on Mousedown on chartarea.
How do I do that?
This tooltip will appear on mouseover. I'm not sure if you can set it for mousedown event.
Chart1.Series["Series1"].ToolTip = "#VALY, #VALX";