Resource Leveling
Easily level resources with a single call using the LevelResources method.
this.ganttControl.LevelResources(boolIncludePartiallyCompletedTasks, dateTimeStart);
boolIncludePartiallyCompletedTasks - Specifies whether or not partially completed tasks should be included in the leveling algorithm.
dateTimeStart - The start time for leveling - usually the current or a time in future.
The GanttControl parses through all the tasks, determines over allocation (any thing more than 100% of a resource usage at a specific time) and then moves the tasks into the future to clear such over allocation of resources.
This is illustrated in the "Samples\ProjectGantt\Scheduling\ResourceLeveling" sample.
� RadiantQ 2009 - 2019. All Rights Reserved.