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 an optional allocation percent (e.g.: "12.5%").

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

Syntax

C#
public override List<LoadChartItem> GetLoadChartItems(
	IEnumerable<string> resources
)
Visual Basic (Declaration)
Public Overrides 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