ComponentOne GanttView for WinForms
ZoomTasks Method

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > C1GanttView Class : ZoomTasks Method
Zoom to many tasks.
Syntax
'Declaration
 
Public Sub ZoomTasks( _
   ByVal tasks As System.Collections.Generic.List(Of Task) _
) 
public void ZoomTasks( 
   System.Collections.Generic.List<Task> tasks
)

Parameters

tasks
See Also

Reference

C1GanttView Class
C1GanttView Members