Sets the Camera's zoom speed.
Namespace: com.mindfusion.charting.threed
File: com.mindfusion.charting.threed
SyntaxJava
Copy Code
|
|---|
public Camera setZoomSpeed ( |
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).
This Camera instance.
See Also