MindFusion.Java Package Programmer's Guide
Dashboard.print Method (PageFormat, String)
See Also
 






Prints the current Dashboard using the specified page format and printer.

Namespace: com.mindfusion.charting.swing
Package: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public void print (
    PageFormat pageFormat,
    String printer
)

 Parameters

pageFormat

java.awt.print.PageFormat that indicates the size and orientation of each page to be printed.

printer

Specifies the destination printer.

 See Also

print Method Overload List
Dashboard Members
Dashboard Class
com.mindfusion.charting.swing Namespace