zoomBy Method
Performs zoom on current axis, using @code:minFraction as a multiplier of range start and @code:maxFraction as a multiplier of range end
Overload List
Overload | Description |
---|---|
zoomBy(double,double) | Performs zoom on current axis, using @code:minFraction as a multiplier of range start and @code:maxFraction as a multiplier of range end |
zoomBy(double,double,long) | Performs zoom on current axis, using @code:minFraction as a multiplier of range start and @code:maxFraction as a multiplier of range end with the specified animation duration |
See Also