Search
Camera.setZoomSpeed Method
See Also
 






Sets the Camera's zoom speed.

Namespace: com.mindfusion.charting.threed
File: com.mindfusion.charting.threed

 Syntax

Java  Copy Code

public Camera setZoomSpeed (
    double zoomSpeed
)

 Parameters

zoomSpeed

Positive values result in proportional zoom along the direction of mouse wheel scrolls; negative values reverse zoom direction; 0 disables zoom (without removing the respective camera policy).

 Return Value

This Camera instance.

 See Also