}
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Timeline API in ASP.NET Core Gantt Control

This sample illustrates the different phases from planning to delivery, involved in a software development lifecycle. This sample demonstrates the different timeline modes available in Gantt chart. Options are available to change the unit, format, and count of the header texts for both top and bottom timeline headers.

DEMO
SOURCE
Unit width
Top tier
Count
Unit
Format
Bottom tier
Count
Unit
Format

In this example, you can see how to change the timeline settings in Gantt chart. The top and bottom timeline header texts can be customized by using the timelineSettings.topTier and timelineSettings.bottomTier properties. Using these properties, you can change the format, count, and units of the timeline header texts.

Gantt chart has built-in support for many timeline modes such as minutes, hour, day, week, month, and year.

The default timeline headers can also be replaced with custom header texts by using the formatter method.

Tooltip is enabled by default for the timeline headers. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.