);
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Baseline in ASP.NET MVC 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.

DEMO
SOURCE

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 BaselineColor property.