Articles in this section
Category / Section

How to add hyperlinks to Gantt chart?

1 min read

 

A Gantt chart is a graphical representation of the duration of tasks against the progression of time. This chart is excellent for planning the use of resources, and data can be plotted using a date-time scale or a numerical scale.

Hyperlink support in Gantt chart:

We can provide hyperlink support to gantt chart.

If we click any Gantt Chart region in the sample it will redirect to Syncfusion page. We can customize this link using ChartRegionLink event.

C#

this.ChartWebControl1.ChartRegionLink += new ChartRegionLinkHandler(ChartWebControl1_ChartRegionLink);

In the sample link below, three real points are calculated for each two chart points to which the line is drawn.

Gantt Chart with Connection lines

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied