Background Image

Knowledge base articles about
colors

Search DlhSoft Team's blog for colors

How can we set the background of the Gantt Chart area of the components within Gantt Chart Library for WPF or Project Management Library for WPF? You should set the WorkingTimeBackground and NonworkingTimeBackground properties of the control, representing the brushes to use for paiting the working and nonworking time intervals within the Gantt Chart area.

We use data binding to custom task data item objects within Gantt Chart Library for WPF or Project Management Library for WPF. How can we highlight critical tasks, as casting custom item objects to TaskItem (as indicated within the DlhSoft Critical Path sample application) wouldn't work? If your custom task data item class inherits from…

Is it possible to use custom task appearance (as indicated in Custom Appearance sample application) or task bar templating (as indicated in Bar Templating sample application) within the Gantt Chart control from Gantt Chart Library for WPF or Project Management Library for WPF data binding it to a collection of custom task item data obje…

Is it possible to have a parameter defined at the task level that would trigger the Gantt Chart control from Gantt Chart Library for WPF or Project Management Library for WPF to show task bars using different task bar colors? You need to set the attached property GanttChartView.StandardBarFill (of type Brush) for stan…