MSChart / Asp.net Charts don't show tooltips

好久不见. 提交于 2019-12-02 06:38:30
Shokwave

I found the issue, I noticed while looking at the HTML generated that for each chart there was just a chart Image rendered with no ID assigned. Even though I had given the charts an ID in the ASPX page, I was using a User control class to pass in the properties and the ID was not being assigned on the back end. once I did that in the code behind (Chart.ID = "ChartName") and built it the Tooltips started showing up for each individual chart. Hope that helps someone else out that wasnt obvious to figure out!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!