Example of CriticalPath in ASP.NET Core Gantt Chart Control
This sample demonstrates the rendering of critical path to the Gantt control.
DEMO
SOURCE
In this example, you can see how to render a Gantt Chart with critical path. The default timeline view week-day mode is applied to Gantt Chart. The dependency lines are enabled in this example to represent the execution order or the hierarchy between the phases.
The critical path is a series of tasks (or sometimes only a single task) that controls the calculated finish date of the project. If a task in a critical path is delayed, then the entire project will be delayed.
More information on the Essential® Gantt Chart can be found in this documentation section.