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?
If you want to show tooltips with maximum and minimum values in Range type charts, the following code can be used.
Chart1.Series["Series1"].ToolTip = "Min:#VALY1, Max:#VALY2";