Sets the timeline of the scrollable chart area.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

Parameters

start
Type: System..::.DateTime
finish
Type: System..::.DateTime

See Also