Decreases the timeline page by substracting the specified amount value from 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 DecreaseTimelinePage(
	TimeSpan amount
)
Visual Basic (Declaration)
Sub DecreaseTimelinePage ( _
	amount As TimeSpan _
)

Parameters

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

See Also