Sets the chart timeline page, i.e. the minimum and maximum date and times that the user could horizontally scroll between in the chart.

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

Syntax

C#
public void SetTimelinePage(
	DateTime start,
	DateTime finish
)
Visual Basic (Declaration)
Public Sub SetTimelinePage ( _
	start As DateTime, _
	finish As DateTime _
)

Parameters

start
Type: System..::.DateTime
The minimum date and time that the user could horizontally scroll to.
finish
Type: System..::.DateTime
The maximum date and time that the user could horizontally scroll to.

Implements

IGanttChartView..::.SetTimelinePage(DateTime, DateTime)

See Also