Baseline
1 Oct 20151 minute to read
Baseline is used to describe the original plan of the task and it can be the same as current duration of the task or different. The following code example shows you how to enable baseline in Gantt control.
<ej:Gantt ID="GanttContainer" runat="server"
BaselineStartDateMapping="BaselineStartDate"
BaselineEndDateMapping="BaselineEndDate"
RenderBaseline="true">
</ej:Gantt>
The following screenshot shows the baseline in Gantt control.
Baseline