Gets or sets a value that determines whether task completion bars are presented in the chart.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public virtual bool IsTaskCompletedEffortVisible { get; set; }
Visual Basic (Declaration)
Public Overridable Property IsTaskCompletedEffortVisible As Boolean

See Also