Gets or sets the actual height to apply to completion bars of the task bars in the chart; by default it is set to the remaining space from BarHeight when subtracting top and bottom CompletedBarMargin values.

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

Syntax

C#
public virtual double CompletedBarHeight { get; set; }
Visual Basic (Declaration)
Public Overridable Property CompletedBarHeight As Double

See Also