我在我的 Web 应用程序中使用 asp.net 图表。所有数据点都是可点击的。我使用每个点的 MapAreaAttributes 来调用 javascript 函数“onclick”事件。
我想将光标更改为鼠标悬停在数据点事件上的指针。我试过了:
chart.Series["series"].Points[i].MapAreaAttributes += "onmouseover=\"this.style.cursor='pointer'\" onmouseout=\"this.style.cursor='default'\"";
但它不起作用。
有人有解决方案吗?
在此先感谢您的帮助,
英巴尔