开发者

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 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜