Search
PrintPreview.ZoomDisplay Method
See Also
 






Renders a checkbox with the specified zoom factor.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public void ZoomDisplay (
    double zoomFactor,
    JCheckBoxMenuItem selectedMenu
)

 Parameters

zoomFactor

The zoom factor to apply on the print preview pages if the check box is checked.

selectedMenu

A JCheckBoxMenuItem whose state determines if the specified zoom factor is applied on the print preview pages.

 See Also