0

I'm creating a website with ASP.NET and i'm using the stock Chart control to map some data points onto a scatter plot. What I would like is to have the ability to hover over a point and reveal a small usercontrol with some information about that datapoint. Is this possible or should I look outside of the MS Controls for a solution?

nikolifish
  • 503
  • 1
  • 5
  • 18

1 Answers1

1

You probably looking for something like a tool-tip feature from Microsoft chart.

take a look at this

http://blogs.msdn.com/b/alexgor/archive/2008/11/11/microsoft-chart-control-how-to-using-keywords.aspx

How to show tooltip on MS Chart

Community
  • 1
  • 1
COLD TOLD
  • 13,513
  • 3
  • 35
  • 52