Gets or sets the maximum date and time that the user could horizontally scroll to in the chart. This is a dependency property.

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

Syntax

C#
public DateTime TimelinePageFinish { get; set; }
Visual Basic (Declaration)
Public Property TimelinePageFinish As DateTime

Implements

IGanttChartView..::.TimelinePageFinish

See Also