Gantt series views are intended to track different activities during a time frame. These charts are similar to Range Bar charts, yet always display the horizontal bars along the time axis. Gantt charts also provide support for displaying task links (arrowed lines) to indicate the workflow of a task represented on a chart.
Gantt charts can be either side-by-side or overlapped. To switch your current view to another, please use the View Type combo-box on the top of this demo.
In addition, this demo demonstrates how to make a Gantt chart interactive. For example, you can try to drag & drop the Progress Line to change its current position and to modify the state of the Completed bar series.
Note: This interactivity is implemented using client-side events. To be able use these events on a client side, set the ChartControlSettings.EnableClientSideAPI property to True.