如何为饼图中的项目(点)创建鼠标单击事件?
我正在创建一个 ASP.NET/C# 网站,
我使用 ASP.NET 4.0 图表控件来绘制饼图。
有没有办法在用户用鼠标单击项目(点)时创建操作? 例如,单击一个项目,它的颜色发生变化,或者用户获取该项目的名称或...
谢谢您的帮助
还有一种方法可以在项目上创建鼠标悬停事件吗?
I am creating an ASP.NET/C# website
I used the ASP.NET 4.0 Chart control, to draw a Pie chart.
Is there a way to create an action for when the user clicks an item (point) with the mouse?
For example, an item is clicked, it's color change, or the user gets the item's name or...
Thank you for any help
Is there also a way to create a mouse over event on an item?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保 ASP.NET 和 Windows 窗体上都有一些交互选项。
检查此处:交互性(图表控件)
有一个示例单击图例:
以及鼠标悬停的图例:
sure there are some options for interactivity on both ASP.NET and Windows Forms.
check here: Interactivity (Chart Controls)
there is an example for the click on the legend:
and also one for the mouseover: