Levels the assigned resources from all standard tasks within the control in order to avoid over allocation, by updating task timing values accordingly. Requires that AssignmentsContent property of the task items is of type string, formatted as a list of resource names separated by commas, optionally having associated allocation percents declared between square brackets (e.g.: "John, Mary [50%], Diane [12.5%]"). The resource leveling algorithm is applied starting from the current date and time, and without considering already started tasks. Not supported in case of a Schedule Chart.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
void LevelResources()
Visual Basic (Declaration)
Sub LevelResources

See Also