Version

ValidateSeries(Rect,Rect) Method

Checks if the series is valid to be rendered.
Syntax
'Declaration
 
Protected Friend Overloads Overridable Function ValidateSeries( _
   ByVal viewportRect As Rect, _
   ByVal windowRect As Rect _
) As Boolean
protected internal virtual bool ValidateSeries( 
   Rect viewportRect,
   Rect windowRect
)

Parameters

viewportRect
The current viewport, a rectangle with bounds equivalent to the screen size of the series.
windowRect
The current window, a rectangle bounded between 0 and 1 representing the pan and zoom position.

Return Value

True if the series is valid to be rendered, otherwise false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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