GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / ZoomToRange Method
The start date of range.
The end date of range.

In This Topic
    ZoomToRange Method (C1GanttView)
    In This Topic
    Zoom to specific time range.
    Syntax
    'Declaration
     
    Public Sub ZoomToRange( _
       ByVal startRange As Date, _
       ByVal endRange As Date _
    ) 
    public void ZoomToRange( 
       DateTime startRange,
       DateTime endRange
    )

    Parameters

    startRange
    The start date of range.
    endRange
    The end date of range.
    See Also