asp.net 在同一页面上放置多个 MSChart 控件
我尝试将 4 个 mschart 控件放置在同一页面上,但这让我非常痛苦。当我每页放置一个图表时,每个图表都会正确显示,但是一旦我放置多个图表,前两个图表就会显示不正确的数据,而后两个图表则根本不显示任何内容。
我确保我没有使用相同的会话变量,尽管这似乎是最有可能的罪魁祸首。
I tried to place 4 mschart controls on the same page but it is giving me major grief. Each chart appears properly when I place one per page, but as soon as I place multiple the first two are displaying incorrect data and the last two do no display anything at all.
I made sure that I am not using the same session variable eventhough that seems to be the most like culprit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过将每个图表放入其自己的 IFrame 中解决了该问题。
I resolved the issue by placing each chart in its own IFrame.