开发者

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

开发者 https://www.devze.com 2023-01-02 02:53 出处:网络
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 exa开发者_StackOverflowct data point that the cursor is ove

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 exa开发者_StackOverflowct 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消