The series view model to wait on.
The range mode to use for the ZoomExtents operation.
ZoomExtentsWhenReady(IRenderableSeriesViewModel,RangeMode) Method
Performs a ZoomExtents operation once a single series is ready for manipulation. This is a fire-and-forget wrapper around ZoomExtentsWhenReadyAsync(IRenderableSeriesViewModel,RangeMode,Int32).
Syntax
[Extension()]
public static void ZoomExtentsWhenReady( 
   IRenderableSeriesViewModel viewModel,
   RangeMode rangeMode
)

Parameters

viewModel
The series view model to wait on.
rangeMode
The range mode to use for the ZoomExtents operation.
Requirements

Target Platforms: 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