Sets the completion rate of the specified task item (between 0 and 1).

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

Syntax

C#
public void SetCompletion(
	GanttChartItem item,
	double value
)
Visual Basic (Declaration)
Public Sub SetCompletion ( _
	item As GanttChartItem, _
	value As Double _
)

Parameters

item
Type: DlhSoft.Web.UI.WebControls..::.GanttChartItem
value
Type: System..::.Double

See Also