ZoomExtentsWhenReady(IEnumerable<IRenderableSeriesViewModel>,RangeMode) Method
Performs a ZoomExtents operation once all series in the collection are ready for manipulation. This is a fire-and-forget wrapper around ZoomExtentsWhenReadyAsync(IEnumerable<IRenderableSeriesViewModel>,RangeMode,Int32).
Syntax
[Extension()] public static void ZoomExtentsWhenReady( IEnumerable<IRenderableSeriesViewModel> viewModels, RangeMode rangeMode )
Parameters
- viewModels
- The collection of series view models 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