ComponentOne
FlexChart - GanttChart Create a GanttChart with FlexChart

Getting Started

Steps for getting started with the FlexChart to customize a GanttChart:

  1. Initialize the chart (set the ChartType to 'C1.Web.Mvc.Chart.ChartType.Bar' and Bind to the data).
  2. Add a series to the chart and set its binding property to the fields Start and End dates.
  3. Customize AxisY to hide the major grid and show minor grid.

Dependencies & Percent Complete

Customize the chart by setting its ItemFormatter property to a function that adds elements to show task dependencies and percent complete.