GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / ZoomTasks Method

In This Topic
    ZoomTasks Method (C1GanttView)
    In This Topic
    Zoom to many tasks.
    Syntax
    'Declaration
     
    Public Sub ZoomTasks( _
       ByVal tasks As List(Of Task) _
    ) 
    public void ZoomTasks( 
       List<Task> tasks
    )

    Parameters

    tasks
    See Also