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