Search
TimetableSettings.setZoomFactor Method
See Also
 






Sets the zoom factor when zoom is enabled.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setZoomFactor (
    Integer value
)

 Parameters

value

An integer value specifying the zoom factor when UseZoom is enabled. The allowed values range from 100 to 1000. Set to null to use the corresponding value from the current theme.

 Remarks

To make the whole timeline visible at a time, set this to 100.

 See Also