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

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

Syntax

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

See Also