Increases the timeline page by adding the specified amount value to the TimelinePageStart and TimelinePageFinish properties of this IGanttChartViewBase.

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

Syntax

C#
void IncreaseTimelinePage(
	TimeSpan amount
)
Visual Basic (Declaration)
Sub IncreaseTimelinePage ( _
	amount As TimeSpan _
)

Parameters

amount
Type: System..::.TimeSpan
The time amount to increase the timeline page by.

See Also