Sets the chart timeline page, i.e. the minimum and maximum date and times that the user could horizontally scroll between in the chart.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
void SetTimelinePage( DateTime start, DateTime finish ) |
Visual Basic (Declaration) |
---|
Sub SetTimelinePage ( _ start As DateTime, _ finish As DateTime _ ) |
Parameters
- start
- Type: System..::.DateTime
The minimum date and time that the user could horizontally scroll to.
- finish
- Type: System..::.DateTime
The maximum date and time that the user could horizontally scroll to.