Time Span Highlighting
The gantt provides the option to highlight the time line in the chart area when the user moves the mouse over the time line headers. This feature is easily turned on with this setting:
this.ganttControl.HighlightBehavior |= GanttHighlightBehavior.HighlightInChartOnHeaderMouseHover;
This provides a great way to visualize tasks that fall within a time line.
Gantt Time Span Highlight
Dependency Hierarchy highlighting
To visualize better the fully dependency tree hierarchy, you can choose to highlight the full tree when the end user hovers over a dependency line or a task in a dependency tree. You can do so with this code:
this.ganttControl.HighlightBehavior |= GanttHighlightBehavior.HighlightFullDependencyStackOnMouseOver;
Gantt Dependency Tree Highlight
� RadiantQ 2009 - 2019. All Rights Reserved.