I know that Sharepoint has some support for Gantt Charts (Gantt view for tasks). What I'm looking for is way to prov开发者_JS百科ide advanced task relations (FF: finish to finish, FS: finish to start, etc.) Is there any way to provide it or is there a free component for that?
In the past, I have used Microsoft Charting controls which is free. The nearest chart I could find similar to a Gantt Chart was a Range Bar Chart: http://msdn.microsoft.com/en-us/library/dd456745.aspx
If you plan on using Microsoft Chart controls, here is a basic tutorial on how to implement it within SharePoint: http://surinder.computing-studio.com/post/2009/12/03/Microsoft-Chart-and-SharePoint-2007.aspx
No.
If you are looking for a free component, you can take a JavaScript or Flash charting tool, then link it to a SharePoint list (for example using Web Services or REST). Maybe try JSGantt or FusionCharts.
精彩评论