asp.net中图表控件的工具提示 [英] tooltip of chart control in asp.net

查看:96
本文介绍了asp.net中图表控件的工具提示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当鼠标悬停在图表上时,如何显示工具提示基于sql server的相关数据显示

how to display Tooltip when mouse hover the chart the related data display based on sql server

推荐答案

使用ASP.NET图表控件的工具提示的简单图表 [ ^ ]



http:/ /www.intertech.com/Blog/Post/Create-ASPNET-40-Pie-Chart-with-Tooltips.aspx [ ^ ]









Simple Chart with ToolTip using ASP.NET Chart Control[^]

http://www.intertech.com/Blog/Post/Create-ASPNET-40-Pie-Chart-with-Tooltips.aspx[^]


OR

<Series> <asp:Series ChartType="Line" Name="SeriesName" ToolTip="Value of X: #VALY Value of Y #VALY" > </asp:Series> </Series>





比从谷歌文档尝试此代码

https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart [ ^ ]


这篇关于asp.net中图表控件的工具提示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆