ZoomBy(Double,Double,TimeSpan) Method
Performs zoom on current IAxis, using minFraction as a multiplier of range start and maxFraction as a multiplier of range end
Syntax
public virtual void ZoomBy( double minFraction, double maxFraction, TimeSpan duration )
Parameters
- minFraction
- The multiplier of range start
- maxFraction
- The multiplier of range end
- duration
- The duration of animation when zooming to extents
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