ZoomExtentsWhenReadyAsync Method
Asynchronously performs a ZoomExtents operation once all series in the collection are ready for manipulation.
Returns true if the operation completed successfully, false if it timed out or was a duplicate request.
Overload List
| Overload | Description |
|---|---|
| ZoomExtentsWhenReadyAsync(IEnumerable<IRenderableSeriesViewModel>,RangeMode,Int32) | Asynchronously performs a ZoomExtents operation once all series in the collection are ready for manipulation. Returns true if the operation completed successfully, false if it timed out or was a duplicate request. |
| ZoomExtentsWhenReadyAsync(IRenderableSeriesViewModel,RangeMode,Int32) | Asynchronously performs a ZoomExtents operation once a single series is ready for manipulation. Returns true if the operation completed successfully, false if it timed out or was a duplicate request. |
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