Scrolls the view horizontally to present a specific date and time in the chart viewport.

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

Syntax

C#
public void ScrollTo(
	DateTime dateTime
)
Visual Basic (Declaration)
Public Sub ScrollTo ( _
	dateTime As DateTime _
)

Parameters

dateTime
Type: System..::.DateTime
The date and time to scroll to.

See Also