ComponentOne GanttView for WPF
ZoomTasks Method

C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView 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