Gets or sets the maximum time of day that is visible in the chart (by default, 4:00 PM). This is a dependency property.

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

Syntax

C#
[TypeConverterAttribute(typeof(TimeOfDayTypeConverter))]
public TimeOfDay VisibleDayFinish { get; set; }
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(TimeOfDayTypeConverter))> _
Public Property VisibleDayFinish As TimeOfDay

Implements

IGanttChartView..::.VisibleDayFinish

See Also