在 Web 部件中使用 MSChart
我在 Web 部件中使用 MSChart,效果很好。但有一个问题。
我在 Web 部件编辑器中添加了一些控件来配置 MSChart 的颜色。每次我更改图表的颜色后,然后单击“应用”按钮,它都不会显示更改。您需要点击两次或再次刷新页面。有人遇到同样的问题吗?
最良好的问候,
I use the MSChart in the web part, it works fine. But there is a problem.
I add some controls in the Web Part Editor to configure the MSChart's color. Everytime after I change the color of the Chart, then click the Apply button, it does not show the change. You need click twice or refresh the page again. Does anyone meet the same problem?
Best Regard,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于更改仅在刷新页面或多次单击按钮后应用,因此您可能会遇到 WebPart 生命周期的一些问题。您应该通过逐步调试 WebPart 来解决问题。
有关 WebPart 生命周期的详细信息,请查看以下链接:
As the changes are only applied after a refresh of the page or multiple button clicks, you might have some problems with the WebPart life cycle. You should solve the problem by debugging you WebPart step by step.
For more information about the WebPart life cycle have a look at the following links: