Increases or decreases the axis range by the specified percentage about the specified anchor value and sends an {@link AxisChangeEvent} to allregistered listeners.
To double the length of the axis range, use 200% (2.0). To halve the length of the axis range, use 50% (0.5).
@param percent the resize factor.
@param anchorValue the new central value after the resize.
@see #resizeRange(double)
@since 1.0.13
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.