Sets the scrollable timeline page of the IGanttChartViewBase control.

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

Syntax

C#
void SetTimelinePage(
	TimeInterval timelinePageInterval
)
Visual Basic (Declaration)
Sub SetTimelinePage ( _
	timelinePageInterval As TimeInterval _
)

Parameters

timelinePageInterval
Type: DlhSoft.Windows.Data..::.TimeInterval
A TimeInterval that specifies the new values of the TimelinePageStart and TimelinePageFinish properties.

See Also