Gets or sets the minimum time of day that is visible in the chart (by default, 8:00 AM).

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

Syntax

C#
TimeOfDay VisibleDayStart { get; set; }
Visual Basic (Declaration)
Property VisibleDayStart As TimeOfDay

See Also