Gets a collection of ScheduleChartItem objects that may be used as an item collection within an associated ScheduleChartView 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 List<ScheduleChartItem> GetScheduleChartItems(
	List<string> assignableResources
)
Visual Basic (Declaration)
Public Function GetScheduleChartItems ( _
	assignableResources As List(Of String) _
) As List(Of ScheduleChartItem)

Parameters

assignableResources
Type: System.Collections.Generic..::.List<(Of <(String>)>)
The minimum set of assignable resources to generate the Schedule Chart items for.

See Also