Levels the assigned allocation units assuming that all or the specified tasks within the control are fixed duration and effort driven. Requires that AssignmentsContent property of the task items is of type string, formatted as a list of resource names separated by commas, optionally having weight allocation percents declared between square brackets (e.g.: "John, Mary [50%], Diane [12.5%]").

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

Syntax

C#
public void LevelAllocations(
	params GanttChartItem[] tasks
)
Visual Basic (Declaration)
Public Sub LevelAllocations ( _
	ParamArray tasks As GanttChartItem() _
)

Parameters

tasks
Type: array< DlhSoft.Windows.Controls..::.GanttChartItem >[]()[]

See Also