Gets or sets the color used to draw the horizontal chart lines (when set to a non-transparent value).

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

Syntax

C#
public virtual Color HorizontalChartLinesColor { get; set; }
Visual Basic (Declaration)
Public Overridable Property HorizontalChartLinesColor As Color

See Also