MindFusion.Java Package Programmer's Guide
PrintPreview.ZoomDisplay Method
See Also
 






Renders a checkbox with the specified zoom factor.

Namespace: com.mindfusion.charting.swing
Package: 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

PrintPreview Members
PrintPreview Class
com.mindfusion.charting.swing Namespace