Version

ScrollIntoView Method (CategoryDateTimeXAxis)

Scrolls the CategoryDateTimeXAxis so that the provided date range is brought into view.
Syntax
'Declaration
 
Public Sub ScrollIntoView( _
   ByVal minimum As Date, _
   ByVal maximum As Date _
) 
public void ScrollIntoView( 
   DateTime minimum,
   DateTime maximum
)

Parameters

minimum
The minimum date to bring into view.
maximum
The maximum date to bring into view.
Remarks
This method adjusts the WindowRect in order to scroll horizontally to the desired location. This means that the X axis zoom level may change as it tries to fit the minimum and maximum in view. It will not adjust the Y axis zoom level.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also