zoomBy(double,double) Method
Performs zoom on current axis, using @code:minFraction as a multiplier of range start and @code:maxFraction as a multiplier of range end
Syntax
void zoomBy( double minFraction, double maxFraction ) |
Parameters
- minFraction
- The multiplier of range start
- maxFraction
- The multiplier of range end
See Also