Background Image

Knowledge base articles about
color

Search DlhSoft Team's blog for color

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…

If in your application you use controls oriented to displaying both tasks (GanttChartView or GanttChartTaskListView) and resources (ScheduleChartView or ScheduleChartResourceListView), and you want a way to synchronize the colors (appearance) of the task bars displayed within the two charts, you should set IsItemAppearanceApplied property to true …

Is it possible to have a parameter defined at the task level that would trigger the Gantt Chart control from Gantt Chart Library for Windows® Forms or Project Management Library for Windows® Forms to show task bars using different task bar colors? If you use the GanttChartView control within Gantt Chart Library for Wi…

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…