Gets a collection of LoadChartItem objects that may be used as an item collection within an associated LoadChartView control. 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%]").

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual List<LoadChartItem> GetLoadChartItems(
	IEnumerable<string> resources
)
Visual Basic (Declaration)
Public Overridable Function GetLoadChartItems ( _
	resources As IEnumerable(Of String) _
) As List(Of LoadChartItem)

Parameters

resources
Type: System.Collections.Generic..::.IEnumerable<(Of <(String>)>)
The optional set of resources to generate the Load Chart items for.

See Also