Example of Baseline in ASP.NET Core Gantt Chart Control
This sample visualizes the complete service schedule for a car. Baselines are enabled to view the deviation between the planned dates and actual dates.
The baseline feature enables the user to view the deviation between the planned dates and the actual dates of
the tasks in a project. Baselines can be enabled in Gantt chart by enabling the renderBaseline
property along
with mapping the data source values for baselineStartDate
and baselineEndDate
properties.
The baseline will appear for all type of tasks in the project such as child tasks, parent tasks and also for
milestones. You can change the color for the baselines using the baselineColor property.