找回密码
 立即注册

QQ登录

只需一步,快速开始

frank.zhang

社区贡献组

83

主题

4000

帖子

6万

积分

社区贡献组

积分
69459

活字格认证微信认证勋章元老葡萄

frank.zhang
社区贡献组   /  发表于:2015-2-17 10:51  /   查看:4135  /  回复:0
问题描述:C1GanttView:创建融合微软Project用户体验的甘特图
问题解答:本文描述如何使用C1GanttView控件创建类似微软Project用户体验的甘特图。它提供基于时间表的示意图,帮助规划、协调和跟踪项目中的特定任务。通过约束、依赖、资源、样式,以及其他支持,对项目进行管理。

关键代码:
  1. // 摘要:
  2. //     Loads the contents of C1.Win.C1GanttView.C1GanttView from a System.IO.Stream.
  3. public void LoadXml(Stream stream);
  4. //
  5. // 摘要:
  6. //     Loads the contents of C1.Win.C1GanttView.C1GanttView from an XML file.
  7. public void LoadXml(string fileName);
  8. //
  9. // 摘要:
  10. //     Loads the contents of C1.Win.C1GanttView.C1GanttView from an System.Xml.XmlDocument.
  11. public void LoadXml(XmlDocument doc);
复制代码


效果截图:



源码下载:
C1GanttView:创建融合微软Project用户体验的甘特图示例

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x

0 个回复

您需要登录后才可以回帖 登录 | 立即注册
返回顶部