Gets the completion rate of the project consisting of all standard tasks within the control (between 0 and 1).

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public double GetProjectCompletion()
Visual Basic (Declaration)
Public Function GetProjectCompletion As Double

Return Value

The completion rate of the project consisting of all standard tasks within the control (between 0 and 1).

Implements

IGanttChartView..::.GetProjectCompletion()()()

See Also