Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用MS Chart创建甘特图?
图表将根据从 Web 服务返回的数据创建。
我们正在使用 ASP.Net MVC。从其他帖子看来,MS Chart 不支持 ASP.Net MVC。如果是这种情况,我们可以将图表放在 Web 表单页面上。
是的,这绝对是可能的。例如,您可以使用“范围条”图表类型来创建甘特图。
MS Chart 确实适用于 MVC,这已在此处多次介绍。
请参阅这篇文章:新的 asp.net 图表控件 - 它们会与 MVC 一起使用(最终)吗?