Search
Camera.setScrollSpeed Method
See Also
 






Sets the Camera's scroll speed.

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

 Syntax

Java  Copy Code

public Camera setScrollSpeed (
    double scrollSpeed
)

 Parameters

scrollSpeed

Scroll speed modifier. Positive values result in proportionally fast scrolls along right-mouse-button drags; negative values reverse scroll direction.

 Return Value

This Camera instance.

 See Also