简体   繁体   中英

Can I make the .NET Chart control display data when mouse hovers over?

I am trying to do some charting in my of my C#.NET applications using the .NET Chart Control. Is there a way to make a popup that shows the exact data point that the cursor is over when it is hovering over the chart?

Check the MapArea class: http://msdn.microsoft.com/en-us/library/system.web.ui.datavisualization.charting.maparea.aspx

It'll let you create maps that apply to different areas of the chart and contain their own tooltip.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM