Silx
Silx

Reputation: 2691

Sharepoint Foundation 2010 Gantt Charts

I know that Sharepoint has some support for Gantt Charts (Gantt view for tasks). What I'm looking for is way to provide 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?

Upvotes: 2

Views: 2066

Answers (2)

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

Upvotes: 2

Christophe
Christophe

Reputation: 28124

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.

Upvotes: 1

Related Questions